| /* { dg-do compile { target *-*-linux* } } */ | |
| /* { dg-options "-O2 -mindirect-branch-register -mfunction-return=keep -fno-pic -fplt -mindirect-branch=keep -fcf-protection=branch" } */ | |
| extern void (*bar) (void) __attribute__((nocf_check)); | |
| __attribute__ ((indirect_branch("thunk-extern"))) | |
| void | |
| foo (void) | |
| { | |
| bar (); | |
| } | |
| /* { dg-final { scan-assembler "jmp\[ \t\]*__x86_indirect_thunk_nt_(r|e)" } } */ |