Commit 4ff71d24 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r61970
parent 3620944c
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
......
......@@ -3,8 +3,8 @@ set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"This test fails on all targets when optimizing." \
{ "*-*-*" } \
{ "*" } \
{ "-O0" }
{ "-O1" } \
{ "" }
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment