* gcc.c-torture/compile/920625-1.x: XFAIL -O1.

From-SVN: r51726
This commit is contained in:
Richard Henderson 2002-04-01 16:05:39 -08:00 committed by Richard Henderson
parent 72e3287637
commit 9b14a23707
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-04-01 Richard Henderson <rth@redhat.com>
* gcc.c-torture/compile/920625-1.x: XFAIL -O1.
* g++.dg/other/new1.C: Use __SIZE_TYPE__.
2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>

View File

@ -17,7 +17,7 @@ set torture_eval_before_compile {
set compiler_conditional_xfail_data {
"missing .pred.rel.mutex directive" \
"ia64-*-*" \
{ "-O2" "-O3" "-Os" } \
{ "-O1" "-O2" "-O3" "-Os" } \
{ "" }
}
}