* gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.

From-SVN: r61970
This commit is contained in:
Kaveh R. Ghazi 2003-01-28 14:21:26 +00:00 committed by Kaveh Ghazi
parent 3620944c50
commit 4ff71d245b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
PR c++/47

View File

@ -3,8 +3,8 @@ set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"This test fails on all targets when optimizing." \
{ "*-*-*" } \
{ "*" } \
{ "-O0" }
{ "-O1" } \
{ "" }
}
}