http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56805
--- Comment #6 from Jan Smets <jan.sm...@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