OSDN Git Service

* gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Mar 2003 16:42:17 +0000 (16:42 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Mar 2003 16:42:17 +0000 (16:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63945 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3671589..2a95e09 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 89ef87e..861fff2 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;