Commit e055ba36 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r58224
parent 6e2ac1ae
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> 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test. * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
......
...@@ -15,8 +15,7 @@ set torture_eval_before_compile { ...@@ -15,8 +15,7 @@ set torture_eval_before_compile {
global compiler_conditional_xfail_data global compiler_conditional_xfail_data
set compiler_conditional_xfail_data { set compiler_conditional_xfail_data {
"This test fails to optimize completely on certain platforms." \ "This test fails to optimize completely on certain platforms." \
{ "mips*-*-*" "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" \ { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" } \
"xscale*-*-*" } \
{ "*" } \ { "*" } \
{ "-O0" } { "-O0" }
} }
......
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