[Bug debug/42425] ICE declaring local class

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Dec 19 12:16:00 GMT 2009



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-12-19 12:15 -------
We free too many DECL and TYPE contexts which confuses dwarf2out.c.  Now in the
end the contexts shouldn't drag in too many extra trees though

1) we'd need support for streaming NAMESPACE_DECLs

2) we should be able to get rid of most abstract DECLs and references to them,
they are the source of most bloat in the lto streams for C++ code.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-12-19 12:15:48
               date|                            |


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



More information about the Gcc-bugs mailing list