PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66978.c
blobfe8d9d4860d2e7b0278fe553a426007d64405e69
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 ();