* gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
authorJan Hubicka <jh@suse.cz>
Fri, 7 Mar 2003 16:42:17 +0000 (17:42 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 7 Mar 2003 16:42:17 +0000 (16:42 +0000)
From-SVN: r63945

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-local2.c

index 36715896476025c8e23fa777db3025ba15fdc1cc..2a95e094307df1039a5b47c501371d8cb29aeb55 100644 (file)
@@ -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.
index 89ef87e4755292140d7638f0e869fc1281c29215..861fff2f4c8a3f292d37d2b365cf955690f92040 100644 (file)
@@ -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;