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

From-SVN: r58224
This commit is contained in:
Kaveh R. Ghazi 2002-10-16 21:39:24 +00:00 committed by Kaveh Ghazi
parent 6e2ac1aeef
commit e055ba36a1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.

View File

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