Commit 76739f29 by John David Anglin Committed by John David Anglin

const-elim-1.c (dg-final): Change regexp to match labels with zero or one…

const-elim-1.c (dg-final): Change regexp to match labels with zero or one occurence of `$' after the...

	* gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
	with zero or one occurence of `$' after the initial `L'.

From-SVN: r69127
parent 28786366
2003-07-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
with zero or one occurence of `$' after the initial `L'.
2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c-torture/compile/20030704-1.c: Add a comment.
......
......@@ -7,7 +7,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -std=c99" } */
/* { dg-final { scan-assembler-not "LC\[^A-Z\]" } } */
/* { dg-final { scan-assembler-not "L\\\$?C\[^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