Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / indirect-thunk-attr-12.c
blob5da515690d4d6dc80de44b30586301a78c6f8db5
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-O2 -mindirect-branch=keep -fcf-protection -fcheck-pointer-bounds -mmpx" } */
4 __attribute__ ((indirect_branch("thunk-extern")))
5 void
6 bar (void)
7 { /* { dg-error "'-mindirect-branch=thunk-extern', '-fcf-protection=branch' and '-fcheck-pointer-bounds' are not compatible" } */