]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/40858 (FAIL: g++.dg/debug/dwarf2/typedef1.C)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Mon, 3 Aug 2009 17:29:17 +0000 (17:29 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 3 Aug 2009 17:29:17 +0000 (17:29 +0000)
PR testsuite/40858
* g++.dg/debug/dwarf2/typedef1.C: Also match assembler string used with
.ascii.

From-SVN: r150375

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/typedef1.C

index ad74f3712b625403c41abdbcfba9a54d8a4e138d..26560b505fe29edbc6488d6a2b58498b8c5f3987 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/40858
+       * g++.dg/debug/dwarf2/typedef1.C: Also match assembler string used with
+       .ascii.
+
 2009-08-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/40853
index f325ac54ad2918945f71235d626137f42c16d31e..b3a0f9373388a2fc38f5944ff08eddd22ce1a9d5 100644 (file)
@@ -3,9 +3,9 @@
 // { dg-options "-g -dA" }
 // { dg-do compile }
 // { dg-final { scan-assembler-times "DW_TAG_structure_type" 2 } }
-// { dg-final { scan-assembler-times "DW_AT_name: \"foo<1u>\"" 1 } }
+// { dg-final { scan-assembler-times "DW_AT_name: \"foo<1u>\"|\"foo<1u>..\".*DW_AT_name" 1 } }
 // { dg-final { scan-assembler-times "DW_TAG_enumeration_type" 2 } }
-// { dg-final { scan-assembler-times "DW_AT_name: \"typedef foo<1u>::type type\"" 1 } }
+// { dg-final { scan-assembler-times "DW_AT_name: \"typedef foo<1u>::type type\"|\"typedef foo<1u>::type type..\".*DW_AT_name" 1 } }
 // { dg-final { scan-assembler-times "DIE (.*) DW_TAG_enumeration_type" 2 } }
 // { dg-final { scan-assembler-times "\"e0..\".*DW_AT_name" 1 } }
 // { dg-final { scan-assembler-times "\"e1..\".*DW_AT_name" 1 } }