aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/lto/20090210_1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9fc1c46..f857e9404 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/gcc.dg/lto/20090210_1.c b/gcc/testsuite/gcc.dg/lto/20090210_1.c
index bf12aa6..9604119 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)
{