* gcc.target/i386/lea.c: Test pentiumpro, not i686.
authorJan Hubicka <jh@suse.cz>
Thu, 19 Jan 2006 20:52:39 +0000 (21:52 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 19 Jan 2006 20:52:39 +0000 (20:52 +0000)
From-SVN: r109982

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/lea.c

index 4e4c7e0..dfb8159 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-19  Jan Hubicka  <jh@suse.cz>
+
+       * gcc.target/i386/lea.c: Test pentiumpro, not i686.
+
 2006-01-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/25854
index 61d9955..011dbc0 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-require-effective-target ilp32 } */
-/* { dg-options "-O2 -march=i686" } */
+/* { dg-options "-O2 -march=pentiumpro" } */
 /* { dg-final { scan-assembler "leal" } } */
 typedef struct {
   char **visbuf;