Support "//" as assembler comments.
2010-07-25 H.J. Lu <hongjiu.lu@intel.com> PR testsuite/45068 * g++.dg/debug/dwarf2/nested-2.C: Support "//" as comments. From-SVN: r162511
This commit is contained in:
parent
8b9bda4ee7
commit
af8e1802e1
@ -1,3 +1,8 @@
|
||||
2010-07-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR testsuite/45068
|
||||
* g++.dg/debug/dwarf2/nested-2.C: Support "//" as comments.
|
||||
|
||||
2010-07-24 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR lto/43788
|
||||
|
@ -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\]*" } }
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user