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

From-SVN: r73466
This commit is contained in:
Andreas Jaeger 2003-11-11 22:48:05 +01:00 committed by Andreas Jaeger
parent 0b69c29f22
commit 3e65fcc09d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-11 Andreas Jaeger <aj@suse.de>
* gcc.c-torture/execute/20020720-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.

View File

@ -16,7 +16,7 @@ set torture_eval_before_compile {
set compiler_conditional_xfail_data {
"This test fails to optimize completely on certain platforms." \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \
"h8300*-*-*" "x86_64-*-*" "cris-*-*" } \
"h8300*-*-*" "cris-*-*" } \
{ "*" } \
{ "-O0" }
}