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]

Do not XFAIL gcc.c-torture/execute/20020227-1.x on x86_64


This test passes on x86_64, so let's remove the XPASSs I see...

Ok to commit?

Andreas

2003-11-11  Andreas Jaeger  <aj@suse.de>

	* gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.

============================================================
Index: gcc/testsuite/gcc.c-torture/execute/20020227-1.x
--- testsuite/gcc.c-torture/execute/20020227-1.x	26 Mar 2003 23:17:18 -0000	1.4
+++ testsuite/gcc.c-torture/execute/20020227-1.x	11 Nov 2003 17:24:20 -0000
@@ -24,8 +24,8 @@ if { [istarget "sparc64-*-*"] || [istarg
             { "-O0" "-O1" }
         }
     }
-} elseif { [istarget "powerpc64-*-*"] } {
-    # PowerPC-64 doesn't fail at any optimization level.
+} 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.

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 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]