* gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
From-SVN: r80638
This commit is contained in:
parent
b103f4218e
commit
935a6e4659
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* gcc.c-torture/execute/20040411-1.c: New test.
|
||||
|
|
|
@ -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-*-*" } \
|
||||
"h8300*-*-*" "cris-*-*" "frv-*-*" "powerpc-*-*spe" } \
|
||||
{ "*" } \
|
||||
{ "-O0" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue