990208-1.x: XFAIL this at -O3 for ARM-based systems.

* gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
systems.

From-SVN: r57349
This commit is contained in:
Richard Earnshaw 2002-09-20 15:14:19 +00:00 committed by Richard Earnshaw
parent c1ff6200cc
commit 1ce505c4cd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-20 Richard Earnshaw <rearnsha@arm.com>
* gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
systems.
2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.c-torture/execute/ieee/mzero3.c: New test.

View File

@ -5,7 +5,7 @@ set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"ifcvt transforms 2 inlined labels to the same address" \
"ia64-*-*" \
{ "ia64-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" } \
{ "-O3" } \
{ "" }
}