diff options
author | Jan Hubicka <jh@suse.cz> | 2003-03-07 17:42:17 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-03-07 16:42:17 +0000 |
commit | dfa7f440a0707790955bb04b0cb3096d9a647798 (patch) | |
tree | dc009d8a89e63a2d1e915aaeb070eacc0a8408ba /gcc | |
parent | 53279c104fa23673379a9b8226486795672ecaae (diff) | |
download | gcc-dfa7f440a0707790955bb04b0cb3096d9a647798.zip gcc-dfa7f440a0707790955bb04b0cb3096d9a647798.tar.gz gcc-dfa7f440a0707790955bb04b0cb3096d9a647798.tar.bz2 |
* gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
From-SVN: r63945
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-local2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3671589..2a95e09 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 7 17:41:07 CET 2003 Jan Hubicka <jh@suse.cz> + + * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu. + 2003-03-06 Mark Mitchell <mark@codesourcery.com> * g++.dg/init/ref3.C: New test. diff --git a/gcc/testsuite/gcc.dg/i386-local2.c b/gcc/testsuite/gcc.dg/i386-local2.c index 89ef87e..861fff2 100644 --- a/gcc/testsuite/gcc.dg/i386-local2.c +++ b/gcc/testsuite/gcc.dg/i386-local2.c @@ -1,6 +1,6 @@ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer" } */ -/* { dg-final { scan-assembler-not "sub.*[re]sp" } } */ +/* { dg-final { scan-assembler-not "sub.*sp" } } */ static __attribute__ ((noinline)) q (); int a; |