This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/60433] auto-fn24.C:7:8: ICE: in dbxout_type, at dbxout.c:2371


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60433

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|debug                       |c++

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
Breakpoint 1, _ZL11dbxout_typeP9tree_nodei (type=0x7aed8b40, full=0)
    at ../../gcc/gcc/dbxout.c:2371
2371          gcc_unreachable ();
(gdb) p debug_tree (type)
 <template_type_parm 7aed8b40 decltype(auto) type_5 VOID
    align 8 symtab 30 alias set -1 canonical type 7aed8960
   index 0 level 1 orig_level 1
    chain <type_decl 7ae45f50 decltype(auto)>>
$5 = 10


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]