20020720-1.x: XFAIL for all powerpc and rs6000.

* gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and
        rs6000.

From-SVN: r97016
This commit is contained in:
David Edelsohn 2005-03-24 23:26:38 +00:00 committed by David Edelsohn
parent d0b0728350
commit 9a15bd6344
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-03-24 David Edelsohn <edelsohn@gnu.org>
* gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and
rs6000.
2005-03-24 Steve Ellcey <sje@cup.hp.com>
PR target/20095

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*-*-*" "frv-*-*" "powerpc-*-*spe" } \
"h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" } \
{ "*" } \
{ "-O0" }
}