PR testsuite/49288
* g++.dg/debug/dwarf2/cdtor-1.C: Add -fno-merge-debug-strings
to dg-options, match also DW_AT_linkage_name.
From-SVN: r174716
2011-06-06 Jakub Jelinek <jakub@redhat.com>
+ PR testsuite/49288
+ * g++.dg/debug/dwarf2/cdtor-1.C: Add -fno-merge-debug-strings
+ to dg-options, match also DW_AT_linkage_name.
+
PR debug/49294
* gcc.dg/debug/pr49294.c: New test.
// origin PR debug/49047
-// { dg-options "-g -dA" }
+// { dg-options "-g -dA -fno-merge-debug-strings" }
// { dg-do compile }
struct K
int
main()
{
- K k;
+ K k;
}
-// { dg-final {scan-assembler-times "\[^\n\r\]*DW_AT_MIPS_linkage_name:" 2 } }
+// { dg-final {scan-assembler-times " DW_AT_\[MIPS_\]*linkage_name" 2 } }