Commit 3a0d67cf by Zack Weinberg Committed by Zack Weinberg

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

From-SVN: r66763
parent a2a6a79b
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment