diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-13 18:06:33 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-13 18:06:33 +0000 |
commit | 148e6e9a8750db9128d9cbc095f9e960c12be72e (patch) | |
tree | 7d23898c30b87d1ca0b4706546d4ed914ea8922b /gcc/testsuite/gcc.c-torture/compile/pr32349.c | |
parent | 72f152e4f09230f9d0333c6c6d33e8c9f5f6a36d (diff) | |
download | gcc-148e6e9a8750db9128d9cbc095f9e960c12be72e.tar.gz |
PR testsuite/35127
* gcc.c-torture/compile/20031125-1.c: Remove dg-do, dg-options.
* gcc.c-torture/compile/20031125-2.c: Ditto.
* gcc.c-torture/compile/20031203-1.c: Ditto.
* gcc.c-torture/compile/acc1.c: Remove -O2 from dg-options.
* gcc.c-torture/compile/builtin_constant_p.c: Remove dg-options.
* gcc.c-torture/compile/pr21562.c: Remove -O3 from dg-options.
* gcc.c-torture/compile/pr25483.c: Remove -O from dg-options.
* gcc.c-torture/compile/pr32349.c: Remove -O2 from dg-options.
* gcc.c-torture/compile/pr32355.c: Remove dg-options.
* gcc.c-torture/compile/pr34448.c: Ditto.
* gcc.c-torture/compile/pr34648.c: Remove -O2 from dg-options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/pr32349.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr32349.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/pr32349.c b/gcc/testsuite/gcc.c-torture/compile/pr32349.c index 570969dfdfb..df725afbf9e 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr32349.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr32349.c @@ -1,4 +1,4 @@ -/* { dg-options "-O2 -fmodulo-sched" } */ +/* { dg-options "-fmodulo-sched" } */ extern long *x1, *x2, *x3; |