From 0a2198f5125444acabd8c7c0ef1afcd3842ae27c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 24 Mar 2005 10:52:38 +0000 Subject: [PATCH] badshift.c: Renamed to... * gcc.dg/badshift.c: Renamed to... * gcc.dg/torture/badshift.c: ... this. Remove explicit -O1. From-SVN: r96989 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.dg/{ => torture}/badshift.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename gcc/testsuite/gcc.dg/{ => torture}/badshift.c (85%) 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 + * 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 similarity index 85% rename from gcc/testsuite/gcc.dg/badshift.c rename to 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: -- 2.30.2