blob: cf3920563e069d9dd6283792f492b9fcd6c3f350 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mfunction-return=thunk-inline -mindirect-branch=thunk-extern -fno-pic" } */
extern void (*bar) (void);
__attribute__ ((function_return("keep"), indirect_branch("keep")))
int
foo (void)
{
bar ();
return 0;
}
/* { dg-final { scan-assembler-not "__x86.indirect_thunk" } } */
/* { dg-final { scan-assembler-not "__x86.return_thunk" } } */
/* { dg-final { scan-assembler-not {\tlfence} } } */
/* { dg-final { scan-assembler-not "jmp\[ \t\]*\.LIND" } } */
/* { dg-final { scan-assembler-not "call\[ \t\]*\.LIND" } } */