This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12316] [3.4 regression] trouble with garbage collection
- From: "reichelt at igpm dot rwth-aachen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Sep 2003 08:38:09 -0000
- Subject: [Bug c++/12316] [3.4 regression] trouble with garbage collection
- References: <20030917115600.12316.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12316
------- Additional Comments From reichelt at igpm dot rwth-aachen dot de 2003-09-18 08:38 -------
Subject: Re: [3.4 regression] trouble with garbage collection
On 18 Sep, rth at gcc dot gnu dot org wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12316
>
>
> rth at gcc dot gnu dot org changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|ASSIGNED |RESOLVED
> Resolution| |FIXED
>
>
> ------- Additional Comments From rth at gcc dot gnu dot org 2003-09-18 02:38 -------
> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01128.html
Thanks for fixing, Richard!
I can confirm the patch not only fixes the small testcase, but also my
original problem (with 40,000+ lines of preprocessed code) as well as
PR 12256.
BTW, shouldn't we add a testcase to the testsuite?
Regards,
Volker