aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/g++.old-deja/g++.robertl/eb132.C4
-rw-r--r--gcc/testsuite/gcc.dg/20031201-1.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a93b73c..68924f5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-26 Steven Bosscher <stevenb.gcc@gmail.com>
+
+ * gcc.dg/20031201-1.c: Don't use -frerun-loop-opt.
+ * g++.old-deja/g++.robertl/eb132.C: Likewise.
+
2006-02-26 Roger Sayle <roger@eyesopen.com>
* gcc.dg/fold-even-1.c: New test case.
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb132.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb132.C
index 1a5b45a..e5992aa 100644
--- a/gcc/testsuite/g++.old-deja/g++.robertl/eb132.C
+++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb132.C
@@ -1,10 +1,10 @@
// { dg-do assemble }
-// { dg-options "-O -Wall -fgcse -frerun-loop-opt" }
+// { dg-options "-O -Wall -fgcse" }
// From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
// Reported against EGCS snaps 98/06/28.
//
// Compilation of this program with the flags g++ -Wall -O -fgcse
-// -frerun-loop-opt or -O2 produces spurious warnings in the standard
+// or -O2 produces spurious warnings in the standard
// header <std/bastring.h>.
//
// They vanish if the declaration of a::b is taken out.
diff --git a/gcc/testsuite/gcc.dg/20031201-1.c b/gcc/testsuite/gcc.dg/20031201-1.c
index e6ea70b..91f2d9d 100644
--- a/gcc/testsuite/gcc.dg/20031201-1.c
+++ b/gcc/testsuite/gcc.dg/20031201-1.c
@@ -4,7 +4,7 @@
the jump bypassing pass. */
/* { dg-do compile } */
-/* { dg-options "-O2 -fno-expensive-optimizations -fno-rerun-loop-opt" } */
+/* { dg-options "-O2 -fno-expensive-optimizations" } */
int outbuf[100];
int outcnt;