This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Repost: [PATCH] java/12739
- From: Andrew Haley <aph at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Mon, 17 Nov 2003 17:45:52 +0000
- Subject: Repost: [PATCH] java/12739
- References: <Pine.LNX.4.44.0311161713300.26690-100000@ops2.one-point.com>
Jeff Sturm writes:
> Tom Tromey pointed out that the orignal patch was incorrectly formatted
> according to GNU standards.
>
> The patch restores a simple bytecode optimization present in 3.3 and
> earlier releases. OK for 3.4?
>
> Jeff
>
> 2003-11-16 Jeff Sturm <jsturm@one-point.com>
>
> Fix PR java/12739.
> * java-tree.h (BLOCK_EMPTY_P): Define.
> * parse.y (java_complete_lhs): Check for empty blocks
> in TRY_FINALLY_EXPR case.
OK for mainline.
Andrew.