This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: patch for exception problem in GNAT
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Robert Dewar <dewar at gnat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 20 Mar 2002 13:06:12 -0800
- Subject: Re: patch for exception problem in GNAT
- References: <20020319122446.D474FF28F5@nile.gnat.com>
On Tue, Mar 19, 2002 at 07:24:46AM -0500, Robert Dewar wrote:
>
> Here is a verified patch that removes the exception from being raised (this is
> the exception that caused trouble with a broken C compiler that generated
> bad code for exception raising), as reported by Zack. It is the same as
> Zack's patch, but does not remove the exception handler (since this handler
> provides important functionality)
Great... are you going to apply it?
zw