more gcj 3.0 fun -- catch { try {...}...}, encodings
David Brownell
david-b@pacbell.net
Tue Jun 26 08:47:00 GMT 2001
> 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
More information about the Java
mailing list