* gcc.target/i386/lea.c: Test pentiumpro, not i686.

From-SVN: r109982
This commit is contained in:
Jan Hubicka 2006-01-19 21:52:39 +01:00 committed by Jan Hubicka
parent c9043d0372
commit dd1a203f19
2 changed files with 5 additions and 1 deletions

View 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

View 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;