summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-13.c
blob: a671e46009882842b63a1a5f8bc59c68984f61fb (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-O2 -mindirect-branch=keep -fcf-protection -fcheck-pointer-bounds -mmpx" } */

__attribute__ ((indirect_branch("thunk-inline")))
void
bar (void)
{
}