This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22139] [4.0/4.1 regression] Segfault
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2005 23:04:05 -0000
- Subject: [Bug c++/22139] [4.0/4.1 regression] Segfault
- References: <20050621175735.22139.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 <mark@codesourcery.com>
* 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