aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2005-05-27 00:00:56 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2005-05-27 00:00:56 +0200
commit6fd1ae6817a7838c60428920364f7af24a8ee5ec (patch)
tree0819511ee5b867d59e4397023867bf91a20b82f9
parent67b9dbc7e4aef6c2a9488961e3398f307b295f97 (diff)
downloadgcc-6fd1ae6817a7838c60428920364f7af24a8ee5ec.zip
gcc-6fd1ae6817a7838c60428920364f7af24a8ee5ec.tar.gz
gcc-6fd1ae6817a7838c60428920364f7af24a8ee5ec.tar.bz2
Fix last patch.
From-SVN: r100232
-rw-r--r--gcc/testsuite/gcc.dg/unroll-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/unroll-1.c b/gcc/testsuite/gcc.dg/unroll-1.c
index 26852c9..7b09cd1 100644
--- a/gcc/testsuite/gcc.dg/unroll-1.c
+++ b/gcc/testsuite/gcc.dg/unroll-1.c
@@ -1,8 +1,8 @@
/* PR optimization/8599 */
/* { dg-do run } */
/* { dg-options "-O2 -funroll-loops" } */
-/* { dg-options "-mtune=k6 -O2 -funroll-loops" { target { i?86-*-* && ilp32 } } */
-/* { dg-options "-mtune=k6 -O2 -funroll-loops" { target { x86_64-*-* && ilp32 } } */
+/* { dg-options "-mtune=k6 -O2 -funroll-loops" { target { i?86-*-* && ilp32 } } } */
+/* { dg-options "-mtune=k6 -O2 -funroll-loops" { target { x86_64-*-* && ilp32 } } } */
extern void abort (void);