mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 02:04:56 +08:00
* gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
From-SVN: r66763
This commit is contained in:
parent
a2a6a79b5b
commit
3a0d67cf82
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user