]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
loop-2c.x: Remove, the test should pass now.
authorAndreas Jaeger <aj@gcc.gnu.org>
Wed, 22 May 2002 11:49:47 +0000 (13:49 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Wed, 22 May 2002 11:49:47 +0000 (13:49 +0200)
* gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
now.
* gcc.c-torture/execute/loop-2d.x: Likewise.

From-SVN: r53733

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/loop-2c.x [deleted file]
gcc/testsuite/gcc.c-torture/execute/loop-2d.x [deleted file]

index 887c6106b2454cd5350077d140977cf8cd90cbd9..52c4b08c3bf3db8a1dbbbb96dbb57665f6fb3c92 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-22  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
+       now.
+       * gcc.c-torture/execute/loop-2d.x: Likewise.
+
 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
 
        * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
@@ -86,7 +92,7 @@
 
        PR c++/6497
        * g++.dg/inherit/access2.C: New test.
-       
+
 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
 
        PR bootstrap/6445
        * g++.dg/opt/const1.C: New test.
 
 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
+
        * gcc.c-torture/execute/20020406-1.c: Declare malloc.
 
 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
 
        * g++.dg/init/new2.C: New test.
-       
+
 2002-03-27  Richard Henderson  <rth@redhat.com>
 
        * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
 
 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names. 
+       * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
        (A, E): Handle this.
 
 2002-03-20  Jason Merrill  <jason@redhat.com>
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2c.x b/gcc/testsuite/gcc.c-torture/execute/loop-2c.x
deleted file mode 100644 (file)
index a98f549..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if { [istarget "i686-*"] } {
-    set torture_eval_before_execute {
-       global compiler_conditional_xfail_data
-       set compiler_conditional_xfail_data {
-           "Loop optimiser bug" \
-                   "i686-*" \
-                   { "-Os" } \
-                   { "" }
-       }
-    }
-}
-
-return 0
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2d.x b/gcc/testsuite/gcc.c-torture/execute/loop-2d.x
deleted file mode 100644 (file)
index a98f549..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if { [istarget "i686-*"] } {
-    set torture_eval_before_execute {
-       global compiler_conditional_xfail_data
-       set compiler_conditional_xfail_data {
-           "Loop optimiser bug" \
-                   "i686-*" \
-                   { "-Os" } \
-                   { "" }
-       }
-    }
-}
-
-return 0