aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-11.c
blob: 8e52f032b6c8c189649a6343e421b24f40d94c92 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile { target { lp64 } } } */
/* { dg-options "-O2 -mindirect-branch=keep -mfunction-return=keep -mcmodel=large" } */
/* { dg-additional-options "-fPIC" { target fpic } } */

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