2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66978.c
blob7e4a631261af12a1291785ed9fbbff47940952b6
1 /* { dg-do compile { target { ! { ia32 } } } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-O2 -mx32 -maddress-mode=short" } */
5 extern int foo (int *);
6 int
7 bar (int *p)
9 __attribute__ ((noinline, noclone))
10 int hack_digit (void)
12 return foo (p);
14 return hack_digit ();