This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: more gcj 3.0 fun -- catch { try {...}...}, encodings
> David> My first attempts to produce a simple version didn't succeed.
> David> Maybe tomorrow. (I presume the other main option would be a
> David> runtime/eh bug?)
>
> That's about it. Sometimes you can rule out a runtime bug by
> compiling to bytecode and running the program through `gij'. I often
> find this sort of comparison useful.
Or at least thought provoking. Neither GCJ nor GIJ give the correct
output for this catch { try { ... } ... } construct, but their failure modes
are different ... maybe more than one bug is lurking? :)
- Dave