OSDN Git Service

* gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jul 2003 06:19:44 +0000 (06:19 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jul 2003 06:19:44 +0000 (06:19 +0000)
with zero or one occurence of `$' after the initial `L'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69127 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4b578e6..9ee1e57 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 7ee68d8..c9c57a2 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)