aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2014-01-29 12:13:09 -0500
committerJason Merrill <jason@gcc.gnu.org>2014-01-29 12:13:09 -0500
commit1d0995526bf92106604c3d7b59a5448229ad8c75 (patch)
tree287dfa585255d90ec755731d8b72972ecf793285 /gcc
parent8ae90330f06696b7ae591f9391651223e09f749a (diff)
downloadgcc-1d0995526bf92106604c3d7b59a5448229ad8c75.zip
gcc-1d0995526bf92106604c3d7b59a5448229ad8c75.tar.gz
gcc-1d0995526bf92106604c3d7b59a5448229ad8c75.tar.bz2
* g++.dg/debug/dwarf2/auto1.C: Handle other comment characters.
From-SVN: r207272
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.dg/debug/dwarf2/auto1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/debug/dwarf2/auto1.C b/gcc/testsuite/g++.dg/debug/dwarf2/auto1.C
index 188ca11..d637ef0 100644
--- a/gcc/testsuite/g++.dg/debug/dwarf2/auto1.C
+++ b/gcc/testsuite/g++.dg/debug/dwarf2/auto1.C
@@ -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
{