blob: 1a6056b6d7b3ab52430354a0b2fc0d1d6a3f4d11 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mindirect-branch=thunk -mharden-sls=all" } */
/* { dg-additional-options "-fno-pic" { target { ! *-*-darwin* } } } */
extern void (*fptr) (void);
void
foo (void)
{
fptr ();
}
/* { dg-final { scan-assembler "jmp\[ \t\]+_?__x86_indirect_thunk_(r|e)ax" } } */
/* { dg-final { scan-assembler-times "int3" 2 } } */