const-elim-1.c (dg-final): Change regexp to match labels with zero or one occurence...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Wed, 9 Jul 2003 06:19:44 +0000 (06:19 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 9 Jul 2003 06:19:44 +0000 (06:19 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/const-elim-1.c

index 4b578e68bc41d0bec70459da227405fa41717ad3..9ee1e57f7519c63b0011ba54fd2ca1c2574c3382 100644 (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.
index 7ee68d8bbadf111e13a3b7c9ec3701b53b723810..c9c57a2784d7b71b4d42c664a327b9787f88bca1 100644 (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)