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
This commit is contained in:
John David Anglin 2003-07-09 06:19:44 +00:00 committed by John David Anglin
parent 28786366d6
commit 76739f290a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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)