re PR debug/63239 (DWARF does not represent C++ deleted methods)
PR debug/63239 * g++.dg/debug/dwarf2/deleted-member-function.C: Pass -gno-strict-dwarf. From-SVN: r217920
This commit is contained in:
parent
d8def3cff6
commit
e984e36fe0
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PR debug/63239
|
||||
* g++.dg/debug/dwarf2/deleted-member-function.C: Pass
|
||||
-gno-strict-dwarf on darwin.
|
||||
-gno-strict-dwarf.
|
||||
|
||||
2014-11-21 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-O -std=c++11 -g -dA" }
|
||||
// { dg-options "-O -std=c++11 -g -dA -gno-strict-dwarf" }
|
||||
// { dg-final { scan-assembler-times " DW_AT_GNU_deleted" 2 } }
|
||||
// { dg-additional-options "-gno-strict-dwarf" { target { *-*-darwin* } } }
|
||||
|
||||
struct Foo
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue