* gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.

From-SVN: r63945
This commit is contained in:
Jan Hubicka 2003-03-07 17:42:17 +01:00 committed by Jan Hubicka
parent 53279c104f
commit dfa7f440a0
2 changed files with 5 additions and 1 deletions

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

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