PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr55049-1.c
blob387bbeb81fb446e3618f0b92697ebc162340b203
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-O2 -fPIC -mx32" } */
5 extern void __morestack_fail (const char *msg);
6 void
7 foo (void)
9 static const char msg[] = "munmap of stack space failed: errno ";
10 __morestack_fail (msg);