This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples][patch] Correctly distinguish try-catch and try-finally in remove_useless_stmts_1
- From: "Bill Maddox" <maddox at google dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Cc: "Diego Novillo" <dnovillo at google dot com>
- Date: Tue, 4 Mar 2008 17:22:48 -0800
- Subject: Re: [tuples][patch] Correctly distinguish try-catch and try-finally in remove_useless_stmts_1
- References: <8a0e66f0803032040n6136df11tfa84c0e80bbe136e@mail.gmail.com>
On Mon, Mar 3, 2008 at 8:40 PM, Bill Maddox <maddox@google.com> wrote:
> This patch fixes a thinko in pass_remove_useless_statements
> revealed by the objc tests.
>
> * tree-cfg.c (remove_useless_stmts_1):
> Correctly distinguish try-catch and try-finally.
Committed in revision 132887. Approved by dnovillo.