Commit 935a6e46 by Aldy Hernandez Committed by Aldy Hernandez

* gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.

From-SVN: r80638
parent b103f421
2004-04-13 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
2004-04-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> 2004-04-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* gcc.c-torture/execute/20040411-1.c: New test. * gcc.c-torture/execute/20040411-1.c: New test.
......
...@@ -29,7 +29,7 @@ set torture_eval_before_compile { ...@@ -29,7 +29,7 @@ set torture_eval_before_compile {
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." \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \ { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \
"h8300*-*-*" "cris-*-*" "frv-*-*" } \ "h8300*-*-*" "cris-*-*" "frv-*-*" "powerpc-*-*spe" } \
{ "*" } \ { "*" } \
{ "-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