]> gcc.gnu.org Git - gcc.git/commitdiff
* g++.dg/debug/dwarf2/nested-2.C: Allow for ! as comment delimiter.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 2 Sep 2010 14:22:21 +0000 (14:22 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 2 Sep 2010 14:22:21 +0000 (14:22 +0000)
From-SVN: r163778

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/nested-2.C

index 1c1608fc926885ea5960cfcecce1371b25091dfa..83799c5d3da0639be77ff945704b903ff7a52c52 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * g++.dg/debug/dwarf2/nested-2.C: Allow for ! as comment delimiter.
+
 2010-09-02  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/44937
index 62e0c6d5d091a4ac3a0a34e559a2a6a164468182..2ab0c375cc0455268557bec744d6cf37101a9f95 100644 (file)
@@ -32,6 +32,6 @@ We want to express that the DIE of S::T<int> must be a child of the DIE of S, li
 
 Hence the slightly odd regexp:
 
-  { dg-final { scan-assembler "\[^\n\r\]*\\(DIE\[^\n\r\]*DW_TAG_structure_type\\)\[\n\r\]+\[^\n\r\]*\"S\\\\0\"\[ \t\]+\(#|//?\)\[ \t\]+DW_AT_name\[\n\r\]+\(.*\)?\\(DIE\[^\n\r\]*DW_TAG_structure_type\\)\[\n\r\]+\[^\n\r\]*\"T<int>\\\\0\"\[ \t\]+\(.*\)?\\(DIE\[^\n\r\]*DW_TAG_template_type_param\\)\[\n\r\]+\[^\n\r\]*\[\n\r\]+\[^\n\r\]*\[\n\r\]+\[^\n\r\]*\(#|//?\)\[ \t\]+end of children of DIE\[^\n\r\]*\[\n\r\]+\[^\n\r\]*end of children of DIE\[^\n\r\]*" } }
+  { dg-final { scan-assembler "\[^\n\r\]*\\(DIE\[^\n\r\]*DW_TAG_structure_type\\)\[\n\r\]+\[^\n\r\]*\"S\\\\0\"\[ \t\]+\(#|!|//?\)\[ \t\]+DW_AT_name\[\n\r\]+\(.*\)?\\(DIE\[^\n\r\]*DW_TAG_structure_type\\)\[\n\r\]+\[^\n\r\]*\"T<int>\\\\0\"\[ \t\]+\(.*\)?\\(DIE\[^\n\r\]*DW_TAG_template_type_param\\)\[\n\r\]+\[^\n\r\]*\[\n\r\]+\[^\n\r\]*\[\n\r\]+\[^\n\r\]*\(#|!|//?\)\[ \t\]+end of children of DIE\[^\n\r\]*\[\n\r\]+\[^\n\r\]*end of children of DIE\[^\n\r\]*" } }
 
  */
This page took 0.090376 seconds and 5 git commands to generate.