[Bug debug/56805] DW_TAG_typedef missing when -fdebug-types-section is used (and -fno-eliminate-unused-debug-types)

ccoutant at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 2 17:40:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56805

Cary Coutant <ccoutant at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ccoutant at gcc dot gnu.org

--- Comment #2 from Cary Coutant <ccoutant at gcc dot gnu.org> 2013-04-02 17:40:09 UTC ---
When generating separate type units with -fdebug-types-section, we always prune
unused types after splitting the types out. As implemented, I think
-fdebug-types-section is incompatible with -fno-eliminate-unused-debug-types,
and a diagnostic should be printed.

How important is it that these two options work together?



More information about the Gcc-bugs mailing list