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-Tag: releases/gcc-4.8.0~2565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=093183112063759e754e67fc60d80458e4133692;p=thirdparty%2Fgcc.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 37c3c305c817..cb7fb9b3fd32 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);