From: Eric Botcazou Date: Fri, 19 Nov 2010 10:03:12 +0000 (+0000) Subject: * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7544dae2ee319b1b60915fcbf4e61f555b7d3a70;p=gcc.git * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC. From-SVN: r166934 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9fc1c4629b2..f857e94047f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-11-19 Eric Botcazou + + * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC. + 2010-11-19 Eric Botcazou * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC. diff --git a/gcc/testsuite/gcc.dg/lto/20090210_1.c b/gcc/testsuite/gcc.dg/lto/20090210_1.c index bf12aa6c08b..96041197285 100644 --- a/gcc/testsuite/gcc.dg/lto/20090210_1.c +++ b/gcc/testsuite/gcc.dg/lto/20090210_1.c @@ -1,4 +1,4 @@ -/* { dg-options "-fPIC" } */ +/* { dg-options "-fPIC" { target { ! sparc*-*-* } } } */ static void f (int n) {