* gcc.c-torture/compile/920625-1.x: XFAIL -O1.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Apr 2002 00:05:39 +0000 (00:05 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Apr 2002 00:05:39 +0000 (00:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51726 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/920625-1.x

index 539853c..bce4962 100644 (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>
index c88a02e..08a5f67 100644 (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" } \
         { "" }
     }
 }