This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc/java/expr.c patch


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]