aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/builtin-constant.x4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 34d32f4..63d0d29 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
index f1a6be7..7a2e314 100644
--- a/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
+++ b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
@@ -3,8 +3,8 @@ set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"This test fails on all targets when optimizing." \
{ "*-*-*" } \
- { "*" } \
- { "-O0" }
+ { "-O1" } \
+ { "" }
}
}