blob: 6486ce99a2761f27c6c9ef6ce65d890941a28f4a [file] [log] [blame]
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-require-effective-target fpic } */
/* { dg-require-effective-target maybe_x32 } */
/* { dg-options "-O2 -fPIC -mx32" } */
extern void __morestack_fail (const char *msg);
void
foo (void)
{
static const char msg[] = "munmap of stack space failed: errno ";
__morestack_fail (msg);
}