]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/debug/dwarf2/auto1.C: Handle other comment characters.
authorJason Merrill <jason@gcc.gnu.org>
Wed, 29 Jan 2014 17:13:09 +0000 (12:13 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 29 Jan 2014 17:13:09 +0000 (12:13 -0500)
From-SVN: r207272

gcc/testsuite/g++.dg/debug/dwarf2/auto1.C

index 188ca11eaff71e8d32fd407f1a379a0f650feb6a..d637ef0bbad1a79dcb62895eafd4c90566133d81 100644 (file)
@@ -16,7 +16,7 @@
 // .uleb128 0x9    # (DIE (0x87) DW_TAG_base_type)
 // .ascii "int\0"  # DW_AT_name
 
-// { dg-final { scan-assembler "a1.*(0x\[0-9a-f\]+)\[ \t\]*# DW_AT_type.*\\1. DW_TAG_unspecified_type.*DW_AT_specification\[\n\r\]{1,2}\[^\n\r\]*(0x\[0-9a-f\]+)\[ \t\]*# DW_AT_type.*\\2. DW_TAG_base_type" } }
+// { dg-final { scan-assembler "a1.*(0x\[0-9a-f]+)\[^\n\r]*DW_AT_type.*\\1. DW_TAG_unspecified_type.*DW_AT_specification\[\n\r]{1,2}\[^\n\r]*(0x\[0-9a-f]+)\[^\n\r]*DW_AT_type.*\\2. DW_TAG_base_type" } }
 
 struct A
 {