This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A nice improvement in GCC-3.3
- From: Richard Henderson <rth at redhat dot com>
- To: Art Haas <ahaas at airmail dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 26 Mar 2003 17:57:36 -0800
- Subject: Re: A nice improvement in GCC-3.3
- References: <20030325212333.GA10988@debian>
On Tue, Mar 25, 2003 at 03:23:33PM -0600, Art Haas wrote:
> This file makes heavy use of computed goto statements - perhaps this
> file can be a test case for testing the compilers handling of such code?
We already have some. Indeed, this fix was associated with PR 2001.
And before you ask, this can't be backported to 3.2 easily. It relies
on infrastructure created during the 3.3 series.
r~