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
);
9 static const char msg
[] = "munmap of stack space failed: errno ";
10 __morestack_fail (msg
);