[Bug debug/53235] [4.8 Regression] 20120504 broke -fdebug-types-section

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 7 14:25:00 GMT 2012


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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2012-05-07 14:21:30 UTC ---
<21e> is there as a local stub so that multiple references to the same
.debug_types type can use (smaller) local DIE references instead of all needing
to use DW_FORM_sig8.

The testcase is failing because of the change from "A*" to "struct A*"?  Is
that an important distinction?  If so, could you handle the case of a nameless
typedef specially on your end?



More information about the Gcc-bugs mailing list