This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] XPASS in testsuite


Since PR16437 is fixed, we have some XPASSes on x86-64, I've changed the 
testsuite and committed the patch below as obvious.

Andreas

2004-09-11  Andreas Jaeger  <aj@suse.de>

 * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
 * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.

============================================================
Index: gcc/testsuite/gcc.c-torture/execute/bf64-1.x
--- gcc.c-torture/execute/bf64-1.x 8 Jul 2004 15:50:55 -0000 1.2
+++ gcc.c-torture/execute/bf64-1.x 11 Sep 2004 11:09:24 -0000
@@ -5,17 +5,4 @@ if { [istarget "mcore-*-*"] } {
  set torture_execute_xfail "mcore-*-*"
 }
 
-# PR 16437.  This fails on x86_64 now.
-if { [istarget "x86_64-*-*"] } {
-    set torture_eval_before_execute {
- global compiler_conditional_xfail_data
- set compiler_conditional_xfail_data {
-     { "PR 16437" } \
-     { "x86_64-*-*" } \
-     { "*-O[123s]*" } \
-     { "-O0" }
- }
-    }
-}
-
 return 0
============================================================
Index: gcc/testsuite/gcc.c-torture/execute/991118-1.x
--- gcc/testsuite/gcc.c-torture/execute/991118-1.x 2004-07-08 
17:50:55.000000000 +0200 1.1
+++ gcc/testsuite/gcc.c-torture/execute/991118-1.x removed
@@ -1,14 +0,0 @@
-# PR 16437.  This fails on x86_64 now.
-if { [istarget "x86_64-*-*"] } {
-    set torture_eval_before_execute {
- global compiler_conditional_xfail_data
- set compiler_conditional_xfail_data {
-     { "PR 16437" } \
-     { "x86_64-*-*" } \
-     { "*-O[123s]*" } \
-     { "-O0" }
- }
-    }
-}
-
-return 0

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]