From: H.J. Lu Date: Wed, 24 Oct 2012 21:52:57 +0000 (-0700) Subject: Require fpic on gcc.target/i386/pr55049-1.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=093183112063759e754e67fc60d80458e4133692;p=gcc.git Require fpic on gcc.target/i386/pr55049-1.c From-SVN: r192785 --- diff --git a/gcc/testsuite/gcc.target/i386/pr55049-1.c b/gcc/testsuite/gcc.target/i386/pr55049-1.c index 37c3c305c81..cb7fb9b3fd3 100644 --- a/gcc/testsuite/gcc.target/i386/pr55049-1.c +++ b/gcc/testsuite/gcc.target/i386/pr55049-1.c @@ -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);