From: rsandifo Date: Fri, 16 Mar 2007 07:25:22 +0000 (+0000) Subject: gcc/testsuite/ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5d0aedb67db8cde3f078508ae866e8bceb83e1a;p=thirdparty%2Fgcc.git gcc/testsuite/ * gcc.dg/20020426-2.c: Add the fpic requirement to the PIC dg-options rather than to the whole test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122979 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 395028ac3e88..19db77891148 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-03-16 Richard Sandiford + + * gcc.dg/20020426-2.c: Add the fpic requirement to the PIC + dg-options rather than to the whole test. + 2007-03-16 Alexandre Oliva PR debug/29906 diff --git a/gcc/testsuite/gcc.dg/20020426-2.c b/gcc/testsuite/gcc.dg/20020426-2.c index 40dd69c2cccb..5ddb3487c192 100644 --- a/gcc/testsuite/gcc.dg/20020426-2.c +++ b/gcc/testsuite/gcc.dg/20020426-2.c @@ -2,8 +2,7 @@ Distilled from zlib sources. */ /* { dg-do run } */ /* { dg-options "-O2" } */ -/* { dg-options "-O2 -frename-registers -fomit-frame-pointer -fPIC -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ -/* { dg-require-effective-target fpic } */ +/* { dg-options "-O2 -frename-registers -fomit-frame-pointer -fPIC -mtune=i686" { target { { i?86-*-* x86_64-*-* } && { ilp32 && fpic } } } } */ /* { dg-bogus "\[Uu\]nresolved symbol .(_GLOBAL_OFFSET_TABLE_|\[_.A-Za-z\]\[_.0-9A-Za-z\]*@(PLT|GOT|GOTOFF))" "PIC unsupported" { xfail *-*-netware* } 0 } */ extern void exit (int);