From: Andreas Jaeger Date: Thu, 26 May 2005 22:00:56 +0000 (+0200) Subject: Fix last patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fd1ae6817a7838c60428920364f7af24a8ee5ec;p=gcc.git Fix last patch. From-SVN: r100232 --- diff --git a/gcc/testsuite/gcc.dg/unroll-1.c b/gcc/testsuite/gcc.dg/unroll-1.c index 26852c96e5f..7b09cd1d209 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);