* g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 21 Nov 2010 14:07:03 +0000 (14:07 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 21 Nov 2010 14:07:03 +0000 (14:07 +0000)
From-SVN: r167003

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

index ce51bfef8611a41c6eb64341f3334f8c5c21cf17..a5126988b00c7df5ea18495332ed4c73aaa732aa 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 f2d112feda0fd82c99368aa7946fb054247cde96..36c8588bb552e293fc93ec0ea458858f7e150212 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];