mirror of git://gcc.gnu.org/git/gcc.git
re PR debug/57519 (DW_TAG_imported_declaration put in wrong class (base class instead of derived class))
2016-09-07 Dominique d'Humieres <dominiq@lps.ens.fr> PR debug/57519 * g++.dg/debug/dwarf2/imported-decl-2.C: Likewise. From-SVN: r240017
This commit is contained in:
parent
f63c020d65
commit
d799286c23
|
|
@ -1,3 +1,8 @@
|
|||
2016-09-07 Dominique d'Humieres <dominiq@lps.ens.fr>
|
||||
|
||||
PR debug/57519
|
||||
* g++.dg/debug/dwarf2/imported-decl-2.C: Likewise.
|
||||
|
||||
2016-09-06 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-gdwarf-2 -dA -O0 -fno-merge-debug-strings" }
|
||||
// { dg-options "-gdwarf-2 -gno-strict-dwarf -dA -O0 -fno-merge-debug-strings" }
|
||||
|
||||
class AAAA
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue