aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-11-28 01:41:33 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-11-28 01:41:33 -0800
commit78a27531e02d317c06e0bb63f3858ee9117390ea (patch)
tree90fc8f46830301a646f49a8028aafaebb776d17b /gcc
parent7905f799480de8a07eba4cde34bc6e57006cf112 (diff)
downloadgcc-78a27531e02d317c06e0bb63f3858ee9117390ea.zip
gcc-78a27531e02d317c06e0bb63f3858ee9117390ea.tar.gz
gcc-78a27531e02d317c06e0bb63f3858ee9117390ea.tar.bz2
* gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
From-SVN: r91415
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/20020227-1.x35
2 files changed, 4 insertions, 35 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index bb87d09..5042a3a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-28 Richard Henderson <rth@redhat.com>
+
+ * gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
+
2004-11-28 Joseph S. Myers <joseph@codesourcery.com>
* gcc.dg/builtin-choose-expr-2.c, gcc.dg/cast-1.c,
diff --git a/gcc/testsuite/gcc.c-torture/execute/20020227-1.x b/gcc/testsuite/gcc.c-torture/execute/20020227-1.x
deleted file mode 100644
index 21911d1..0000000
--- a/gcc/testsuite/gcc.c-torture/execute/20020227-1.x
+++ /dev/null
@@ -1,35 +0,0 @@
-# This test reportedly fails on all 64-bit targets, see PR6221. It's
-# been observed to fail on at least mips-irix6, alpha, ia64, hppa64,
-# sparc64/sparcv9 and mmix during April 2002.
-
-if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
- # On sparc64/sparcv9 it doesn't fail at -O0/-O1/-O3, or at all with -m32.
- set torture_eval_before_execute {
- global compiler_conditional_xfail_data
- set compiler_conditional_xfail_data {
- "This test fails on 64-bit targets, see PR6221." \
- { "*-*-*" } \
- { "-O2" "-Os" } \
- { "-m32" }
- }
- }
-} elseif { [istarget "sparc-*-*"] } {
- # Regular sparc fails with -m64, but not with -O0/-O1/-O3.
- set torture_eval_before_execute {
- global compiler_conditional_xfail_data
- set compiler_conditional_xfail_data {
- "This test fails on 64-bit targets, see PR6221." \
- { "*-*-*" } \
- { "-m64" } \
- { "-O0" "-O1" "-O3" }
- }
- }
-} elseif { [istarget "powerpc64-*-*"] || [istarget "x86_64-*-*"] } {
- # PowerPC-64 and x86_64 do not fail at any optimization level.
-} elseif { [istarget "*64*-*-*"] || [istarget "alpha*-*-*"]
- || [istarget "mmix-*-*"] || [istarget "mips*-*-irix6*"] } {
- # Other 64-bit targets fail at all optimization levels.
- set torture_execute_xfail [istarget]
-}
-
-return 0