]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
authorRichard Henderson <rth@redhat.com>
Fri, 10 Dec 2004 06:18:03 +0000 (22:18 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 10 Dec 2004 06:18:03 +0000 (22:18 -0800)
From-SVN: r91987

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/loop-3.c

index 562e303bf2f52faed26949fa9dea2f9111304403..896b5c755f96ed47798e064814cd03a8226831d4 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-09  Richard Henderson  <rth@redhat.com>
 
+       * gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
+
        * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
        * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
 
index ba6fe5563158d3e958b4a5364327eb9f8d76e8ec..3cc6643e15df936c1286fcd32054204d619314fd 100644 (file)
@@ -3,7 +3,7 @@
 
 /* { dg-do compile } */
 /* { dg-options "-O3" } */
-/* { dg-options "-O3 -mtune=i386" { target i?86-*-* x86_64-*-* } } */
+/* { dg-options "-O3 -mtune=i386" { target i?86-*-* } } */
 
 #if defined(STACK_SIZE) && (STACK_SIZE < 65536)
 # define BYTEMEM_SIZE 10000L
This page took 0.085634 seconds and 5 git commands to generate.