aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/force-indirect-call-3.c
blob: 37bc01bf5c5ed093cf27517abc9d82d7ab4205df (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-O2 -mforce-indirect-call -mcmodel=medium" } */
/* { dg-require-effective-target lp64 } */
/* { dg-final { scan-assembler-times "(?:call|jmp)\[ \\t\]+\\*%" 3 } } */

#include "force-indirect-call-1.c"