* gcc.c-torture/execute/20020720-1.x: Don't XFAIL cris-*-*.

From-SVN: r95278
This commit is contained in:
Hans-Peter Nilsson 2005-02-19 15:19:08 +00:00 committed by Hans-Peter Nilsson
parent 4e8d0554ef
commit 09312c2930
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-02-19 Hans-Peter Nilsson <hp@axis.com>
* gcc.c-torture/execute/20020720-1.x: Don't XFAIL cris-*-*.
2005-02-19 Zdenek Dvorak <dvorakz@suse.cz>
Jakub Jelinek <jakub@redhat.com>

View file

@ -29,7 +29,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*-*-*" "cris-*-*" "frv-*-*" "powerpc-*-*spe" } \
"h8300*-*-*" "frv-*-*" "powerpc-*-*spe" } \
{ "*" } \
{ "-O0" }
}