2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-09 22:51:29 +08:00

Require fpic on gcc.target/i386/pr55049-1.c

From-SVN: r192785
This commit is contained in:
H.J. Lu 2012-10-24 14:52:57 -07:00
parent e95bc7ac87
commit 0931831120

@ -1,4 +1,5 @@
/* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -fPIC -mx32" } */
extern void __morestack_fail (const char *msg);