* gcc.c-torture/execute/960321-1.x: Remove.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 19 May 2011 08:02:26 +0000 (08:02 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 19 May 2011 08:02:26 +0000 (08:02 +0000)
From-SVN: r173890

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/960321-1.x [deleted file]

index 649ac62f6895c97754e12f997dc8ddc15df0a279..bc34a98a7eea1428f2d7a9581bdd4c5a51fec06b 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.c-torture/execute/960321-1.x: Remove.
+
 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/49002
diff --git a/gcc/testsuite/gcc.c-torture/execute/960321-1.x b/gcc/testsuite/gcc.c-torture/execute/960321-1.x
deleted file mode 100644 (file)
index 44cc702..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# This test fails to link on 64-bit Solaris 2/x86 due to a Sun as bug.
-if { [istarget "i?86-*-solaris2*"]
-     && ! [check_effective_target_ilp32]
-     && ! [check_effective_target_gas] } { 
-    set torture_eval_before_compile {
-        global compiler_conditional_xfail_data
-        set compiler_conditional_xfail_data {
-            "64-bit Sun as bug" \
-                { "i?86-*-solaris2*" } \
-                { "-O[1-3s]" } \
-                { "" }
-       }
-    }
-}
-return 0