aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2005-05-26 23:40:35 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2005-05-26 23:40:35 +0200
commit67b9dbc7e4aef6c2a9488961e3398f307b295f97 (patch)
treec763a8e567ac679854406e4f36f28e3d86f3874d /gcc
parent64008915ced5992f675b4d7a99abf62fc69b5bd6 (diff)
downloadgcc-67b9dbc7e4aef6c2a9488961e3398f307b295f97.zip
gcc-67b9dbc7e4aef6c2a9488961e3398f307b295f97.tar.gz
gcc-67b9dbc7e4aef6c2a9488961e3398f307b295f97.tar.bz2
Fix last checkin
From-SVN: r100230
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/20030926-1.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/20030926-1.c b/gcc/testsuite/gcc.dg/20030926-1.c
index 2e722a2..866ebb8 100644
--- a/gcc/testsuite/gcc.dg/20030926-1.c
+++ b/gcc/testsuite/gcc.dg/20030926-1.c
@@ -1,9 +1,8 @@
/* PR optimization/11741 */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -minline-all-stringops" } */
-/* { dg-options "-O2 -minline-all-stringops -march=pentium4" { target i?86-*-* } } */
-/* { dg-options "-O2 -minline-all-stringops -march=pentium4" { target { i?86-*-* && ilp32 } } */
-/* { dg-options "-O2 -minline-all-stringops -march=pentium4" { target { x86_64-*-* && ilp32 } } */
+/* { dg-options "-O2 -minline-all-stringops -march=pentium4" { target { i?86-*-* && ilp32 } } } */
+/* { dg-options "-O2 -minline-all-stringops -march=pentium4" { target { x86_64-*-* && ilp32 } } } */
extern void *memcpy (void *, const void *, __SIZE_TYPE__);
extern __SIZE_TYPE__ strlen (const char *);