OSDN Git Service

* gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2010 10:03:12 +0000 (10:03 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2010 10:03:12 +0000 (10:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166934 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/20090210_1.c

index 9fc1c46..f857e94 100644 (file)
@@ -1,5 +1,9 @@
 2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>
 
+       * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC.
+
+2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>
+
        * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
 
 2010-11-18  Steve Ellcey  <sje@cup.hp.com>
index bf12aa6..9604119 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-fPIC"  */
+/* { dg-options "-fPIC" { target { ! sparc*-*-* } } } */
 static void
 f (int n)
 {