]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 16 Feb 2004 18:06:27 +0000 (19:06 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 16 Feb 2004 18:06:27 +0000 (18:06 +0000)
From-SVN: r77908

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20020720-1.x

index 49cec6a71d356f947bee11b5ef4c6efccade4a51..86a946d20917da80d0bb015cd9fec392514ca7ff 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
+
 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/13971
index 2520c74f2b46b3e03c9d3b6dc82161f802c22068..1f7137b153ac3608ac2e18e8f7ebb6a91b06eda1 100644 (file)
 #     and can make the optimization.
 
 # Don't XFAIL at -O0, that should never fail.
+if { [istarget "sparc*-*-*"] } {
+    set torture_eval_before_compile {
+        global compiler_conditional_xfail_data
+        set compiler_conditional_xfail_data {
+            "PR opt/10348" \
+            { "*-*-*" } \
+            { "-fpic" "-fPIC" } \
+            { "-O0" }
+        }
+    }
+    return 0
+}
+
 set torture_eval_before_compile {
     global compiler_conditional_xfail_data
     set compiler_conditional_xfail_data {