[Bug debug/56805] DW_TAG_typedef missing when -fdebug-types-section is used (and -fno-eliminate-unused-debug-types)
jan.smets@alcatel-lucent.com
gcc-bugzilla@gcc.gnu.org
Fri Apr 12 09:38:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56805
--- Comment #6 from Jan Smets <jan.smets@alcatel-lucent.com> 2013-04-12 09:38:52 UTC ---
What if we created a new .debug_types section for the typedef if:
1) -fno-eliminate-unused-debug-types is used
2) a typedef is unused and otherwise eliminated.
By doing this we won't create excessive information for people who are using
debug-types-sections and who want a compact set of debugging info. Would that
be possible?
Thanks
More information about the Gcc-bugs
mailing list