------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-21 
23:04 -------
This was most likely caused by:
2004-12-30  Mark Mitchell  <[EMAIL PROTECTED]>

        * decl.c (duplicate_decls): Call ggc_free on declarations we will
        not be needing any longer.

The FUNCTION_DECL is still referenced for some reason after the ggc_free.

-- 


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

Reply via email to