* gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Nov 2003 21:54:04 +0000 (21:54 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Nov 2003 21:54:04 +0000 (21:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73467 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 98af62f..a769adb 100644 (file)
@@ -2,6 +2,8 @@
 
        * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
 
+       * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
+
 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
 
        * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
index 72adedf..4e71947 100644 (file)
@@ -24,8 +24,8 @@ if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
             { "-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.