diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/i386-local2.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/i386-local2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-local2.c b/gcc/testsuite/gcc.dg/i386-local2.c index 861fff2..2225aee 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.*sp" } } */ +/* { dg-final { scan-assembler-not "sub\[^\\n\]*sp" } } */ static __attribute__ ((noinline)) q (); int a; |
