Commit 292d9f2b by Andreas Jaeger Committed by Andreas Jaeger

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

From-SVN: r73467
parent 3e65fcc0
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment