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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at redhat dot com,
                   |                            |hubicka at gcc dot gnu.org,
                   |                            |jason at redhat dot com,
                   |                            |rguenther at suse dot de

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Finally found the dup PR. It seems it does not have really useful log there
anyway.
Jason/Aldy/Richard, the issue is that early debug now computes assemblernames
too early. I unassigned myself and hope one of you will know the proper fix.

Either C++ FE should call the debug hooks later, once all the types referred
are in final form (which I guess is a correct solution, producing DIE for
unfinished type seems like bad idea) or add_linkage_name should be extended to
handle delaying of assembler name computation for TYPE_DECL.

Reply via email to