re PR debug/77389 (FAIL: g++.dg/debug/dwarf2/template-params-12f.C -std=gnu++11 scan-assembler-times DIE \\\\([^\\n]*\\\\) DW_TAG_template_value_param ...)
PR debug/77389 * g++.dg/debug/dwarf2/template-params-12f.C: Pass -gno-strict-dwarf in dg-options. From-SVN: r239853
This commit is contained in:
parent
2adb671d18
commit
ab8348325f
@ -1,3 +1,9 @@
|
||||
2016-08-30 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/77389
|
||||
* g++.dg/debug/dwarf2/template-params-12f.C: Pass -gno-strict-dwarf
|
||||
in dg-options.
|
||||
|
||||
2016-08-29 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/pr77372.f90: Moved to ...
|
||||
|
@ -1,4 +1,4 @@
|
||||
// { dg-options "-gdwarf-2 -dA" }
|
||||
// { dg-options "-gdwarf-2 -gno-strict-dwarf -dA" }
|
||||
// { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_template_value_param" 1 } }
|
||||
// { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_template_value_param\[^\n\]*\n\[^\n\]* DW_AT_name\n\[^\n\]* DW_AT_type\n\[^\n\]*\[^\n\]* DW_AT_location\n\[^\n\]* DW_OP_addr\n\[^\n\]*_ZN1S1fEv\[^\n\]*\n\[^\n\]* DW_OP_stack_value\n\[^\n\]* DW_OP_piece\n\[^\n\]*\n\[^\n\]* DW_OP_lit0\n\[^\n\]* DW_OP_stack_value\n\[^\n\]* DW_OP_piece" 1 } }
|
||||
#include "template-params-12.H"
|
||||
|
Loading…
Reference in New Issue
Block a user