summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/torture/badshift.c (renamed from gcc/testsuite/gcc.dg/badshift.c)4
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e53a1943638..5fdb7b21628 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2005-03-24 Alexandre Oliva <aoliva@redhat.com>
+ * gcc.dg/badshift.c: Renamed to...
+ * gcc.dg/torture/badshift.c: ... this. Remove explicit -O1.
+
* gcc.target/i386/badshift.c: Renamed to...
* gcc.dg/badshift.c: ... this. Fix typo. Use -march=i386 on i?86
only.
diff --git a/gcc/testsuite/gcc.dg/badshift.c b/gcc/testsuite/gcc.dg/torture/badshift.c
index 6c32d888c47..d656ed65b88 100644
--- a/gcc/testsuite/gcc.dg/badshift.c
+++ b/gcc/testsuite/gcc.dg/torture/badshift.c
@@ -1,8 +1,8 @@
/* PR rtl-optimization/20532 */
/* { dg-do run } */
-/* { dg-options "-O1" } */
-/* { dg-options "-march=i386 -O1" { target i?86-*-* } } */
+/* { dg-options "" } */
+/* { dg-options "-march=i386" { target i?86-*-* } } */
/* We used to optimize the DImode shift-by-32 to zero because in combine
we turned: