blob: db2f3416823c3429a6cb79d9363cc233f23238bd [file] [log] [blame]
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2 -ffixed-rax -ffixed-rbx -ffixed-rcx -ffixed-rdx -ffixed-rdi -ffixed-rsi -mindirect-branch-cs-prefix -mindirect-branch=thunk-extern" } */
/* { dg-additional-options "-fno-pic" { target { ! *-*-darwin* } } } */
extern void (*fptr) (void);
void
foo (void)
{
fptr ();
}
/* { dg-final { scan-assembler-times "jmp\[ \t\]+_?__x86_indirect_thunk_r\[0-9\]+" 1 } } */
/* { dg-final { scan-assembler-times "\tcs" 1 } } */