OSDN Git Service

* g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Nov 2010 14:07:03 +0000 (14:07 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Nov 2010 14:07:03 +0000 (14:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167003 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/20090303_0.C

index ce51bfe..a512698 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
+
 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/46533
index f2d112f..36c8588 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-lto-do run } */
 /* { dg-lto-options {{-flto -flto-partition=1to1 -fPIC}} } */
+/* { dg-lto-options {{-flto -flto-partition=1to1}} { target sparc*-*-* } } */
 /* { dg-suppress-ld-options {-fPIC} }  */
 void foobar(int *, int* __x)    ;
 int test_ints[30];