Subject: Re: CVS commit: gnusrc/gnu/dist/toolchain/gcc
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Krister Walfridsson <cato@df.lth.se>
List: source-changes
Date: 12/16/2002 23:08:11
On Mon, 16 Dec 2002, Jason R Thorpe wrote:

> On Mon, Dec 16, 2002 at 09:33:51PM +0200, Krister Walfridsson wrote:
>
>  > Module Name:	gnusrc
>  > Committed By:	kristerw
>  > Date:		Mon Dec 16 19:33:51 UTC 2002
>  >
>  > Modified Files:
>  > 	gnusrc/gnu/dist/toolchain/gcc: except.c integrate.c
>  >
>  > Log Message:
>  > Place EH labels on the permanent obstack. Fixes PR 18314.
>
> What's the story with this in gcc 3.3 (which was recently branched).

The EH code has been heavily rototilled since gcc 2.95, and does not
even look similar to the old code. Besides, gcc 3.3 use boehm gc for
these objects, which prevents use of freed memory...

   /Krister