This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/java/expr.c patch
- To: egcs-patches at egcs dot cygnus dot com
- Subject: Re: gcc/java/expr.c patch
- From: Alexandre Petit-Bianco <apbianco at sendai dot cygnus dot com>
- Date: 02 Jun 1999 10:55:54 -0700
- Newsgroups: cygnus.egcs.patches
- Organization: Cygnus Solutions
- References: <199905092210.PAA10634@hoser.cygnus.com>
Anthony Green <green@cygnus.com> writes:
> Some Java bytecode compilers (like Jikes) emit unreachable bytecodes.
> Gcj tried to skip these, but in doing so would sometimes generate bad
> EH ranges (Jikes can emit ranges that include unreachable bytecodes).
> This patch appears to fix the problem.
Checked in, thanks.
./A