re PR testsuite/45543 (New test failures)
authorJakub Jelinek <jakub@redhat.com>
Mon, 6 Sep 2010 09:48:10 +0000 (11:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 6 Sep 2010 09:48:10 +0000 (11:48 +0200)
PR testsuite/45543
* g++.dg/debug/dwarf2/typedef1.C: Expect just one
DW_TAG_enumeration_type DIE.

From-SVN: r163907

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

index c077339b2a81b31b86ac0559dc5eadaf8bd54d48..4be2f9b9578141e6d66a8a2e5a3ba48428c8d0bd 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR testsuite/45543
+       * g++.dg/debug/dwarf2/typedef1.C: Expect just one
+       DW_TAG_enumeration_type DIE.
+
 2010-09-06  Iain Sandoe  <iains@gcc.gnu.org>
 
        * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c:
index 6f7aac3bf88d46283e11e5ed22678bf8f3cebbba..a9ce44d523421e7ff79f8b9f016565b8dee05198 100644 (file)
@@ -6,7 +6,7 @@
 // { dg-final { scan-assembler-times "DW_AT_name: \"foo<1u>\"|\"foo<1u>..\"\[^\n\]*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\"|\"typedef foo<1u>::type type..\"\[^\n\]*DW_AT_name" 1 } }
-// { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_enumeration_type" 2 } }
+// { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_enumeration_type" 1 } }
 // { dg-final { scan-assembler-times "\"e0..\"\[^\n\]*DW_AT_name" 1 } }
 // { dg-final { scan-assembler-times "\"e1..\"\[^\n\]*DW_AT_name" 1 } }