This is the mail archive of the gcc-prs@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]
Other format: [Raw text]

Re: java/5537: Error compiling simple bytecode with jsr


The following reply was made to PR java/5537; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: Daniel.Bonniot@inria.fr
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/5537: Error compiling simple bytecode with jsr
Date: 30 Jan 2002 16:54:16 -0700

 >>>>> "Daniel" == Daniel Bonniot <Daniel.Bonniot@inria.fr> writes:
 
 Daniel> This case involves calling return in a try/finally block,
 Daniel> and compiling from bytecode.
 
 I've looked at this.  gcj still rejects the bytecode in this PR.  I
 think it does so incorrectly; the bytecode looks fine to me and both
 `java' and `gij' pass it.
 
 How did you generate the bytecode?  If you did so with gcj, note that
 gcj 3.1 no longer generates the same bytecode.  Now the method is
 simply `return'.  (This doesn't affect the fact that this is a gcj
 bug.)
 
 Tom


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