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:
parent
28786366d6
commit
76739f290a
@ -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>
|
2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
* gcc.c-torture/compile/20030704-1.c: Add a comment.
|
* gcc.c-torture/compile/20030704-1.c: Add a comment.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O2 -std=c99" } */
|
/* { 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)
|
#define I (__extension__ 1.0iF)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user