* gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.

From-SVN: r66763
This commit is contained in:
Zack Weinberg 2003-05-13 16:37:13 +00:00 committed by Zack Weinberg
parent a2a6a79b5b
commit 3a0d67cf82
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-13 Zack Weinberg <zack@codesourcery.com>
* gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2003-05-12 David Edelsohn <edelsohn@gnu.org>
* debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.

View File

@ -7,7 +7,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -std=c99" } */
/* { dg-final { scan-assembler-not "LC" } } */
/* { dg-final { scan-assembler-not "LC\[^A-Z\]" } } */
#define I (__extension__ 1.0iF)