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

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