This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][TUPLES] Fix for record_in_finally_tree ICE
- From: "Diego Novillo" <dnovillo at google dot com>
- To: "=?big5?b?RG91ZyBLd2FuICjD9q62vHcp?=" <dougkwan at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "Rafael Espindola" <espindola at google dot com>
- Date: Wed, 30 Apr 2008 11:31:55 -0400
- Subject: Re: [PATCH][TUPLES] Fix for record_in_finally_tree ICE
- References: <498552560804291841s343c7994i1f667fba56e9c5c9@mail.gmail.com>
On Tue, Apr 29, 2008 at 21:41, Doug Kwan (關振紱) <dougkwan@google.com> wrote:
> Hi Diego,
>
> Could you review this? It fixes all the instances of
> record_in_finally_tree ICE. Now there is only 1 error in libstdc++-v3
> build. It also fixes 1600+ regression. We now only have 272 failures
> on i686-unknown-linux-gnu.
Great! I edited some minor formatting and committed the patch.
Diego.