* gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.

From-SVN: r63993
This commit is contained in:
Hans-Peter Nilsson 2003-03-08 14:36:38 +00:00 committed by Hans-Peter Nilsson
parent af8128133f
commit 17b7f45edf
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
* gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
2003-03-08 Neil Booth <neil@daikokuya.co.uk>

View File

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