]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/opt/vt1.C: Fix regexp.
authorJakub Jelinek <jakub@redhat.com>
Wed, 19 Jun 2002 14:38:56 +0000 (16:38 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 19 Jun 2002 14:38:56 +0000 (16:38 +0200)
From-SVN: r54780

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/vt1.C

index 1b99c51ea1fcaabf979eed96ba67ce6281ba2f5c..9eaaa61543e62a40754fc4929bb0b8d1bd6441ed 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/opt/vt1.C: Fix regexp.
+
 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
 
        * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
index 536a252764252df687b4e855d8636c0bbf585296..30379beb9c33fd4581a841eed414c7d7162bda71 100644 (file)
@@ -8,4 +8,4 @@ struct S
   virtual void vm (void) {};
 } x;
 
-// { dg-final { scan-assembler-not "section.*_ZTV1S.*\"\[^w\"\]*\"" } }
+// { dg-final { scan-assembler-not "section\[^\n\r\]*_ZTV1S\[^\n\r\]*\"\[^w\"\n\r\]*\"" } }