Fix g++.dg/debug/dwarf2/typedef1.C
* g++.dg/debug/dwarf2/typedef1.C: Adjust pattern for last change. From-SVN: r243544
This commit is contained in:
parent
4a584d050d
commit
9e9034937b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-12-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* g++.dg/debug/dwarf2/typedef1.C: Adjust pattern for last change.
|
||||
|
||||
2016-12-12 Toma Tabacu <toma.tabacu@imgtec.com>
|
||||
|
||||
* gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// { dg-options "-gdwarf-2 -dA -fno-debug-types-section" }
|
||||
// { dg-do compile }
|
||||
// { dg-final { scan-assembler-times "DW_TAG_structure_type" 2 } }
|
||||
// { dg-final { scan-assembler-times "DW_AT_name: \"foo<1>\"|\"foo<1u>..\"\[^\n\]*DW_AT_name" 1 } }
|
||||
// { dg-final { scan-assembler-times "DW_AT_name: \"foo<1>\"|\"foo<1>..\"\[^\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<1>::type type\"|\"typedef foo<1>::type type..\"\[^\n\]*DW_AT_name" 1 } }
|
||||
// { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_enumeration_type" 1 } }
|
||||
|
|
Loading…
Add table
Reference in a new issue