[Bug java/21045] New: Anonymous inner class constructor's exceptions can't be caught or thrown

2005-04-15 Thread brion at pobox dot com
a AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brion at pobox dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i68

[Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown

2005-04-15 Thread brion at pobox dot com
--- Additional Comments From brion at pobox dot com 2005-04-15 12:15 --- Created an attachment (id=8644) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8644&action=view) Test case which wraps in a try-catch; fails to compile with GCJ Compiles just fine with javac from Sun

[Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown

2005-04-15 Thread brion at pobox dot com
--- Additional Comments From brion at pobox dot com 2005-04-15 12:16 --- Created an attachment (id=8645) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8645&action=view) Test case using the base class; works Using a base class instead of an anonymous inner class deriviti

[Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown

2005-04-15 Thread brion at pobox dot com
--- Additional Comments From brion at pobox dot com 2005-04-15 12:17 --- Created an attachment (id=8646) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8646&action=view) Failing test case using a throws declaration instead of try-catch Again, fails to compile with GCJ. Fi

[Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown

2005-04-15 Thread brion at pobox dot com
--- Additional Comments From brion at pobox dot com 2005-04-15 12:20 --- Created an attachment (id=8647) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8647&action=view) Working test case with throws declaration Again, using the base class instead of an anonymous inner cl

[Bug libgcj/21606] New: java.net.URI fails to decode lowercase hex codes

2005-05-16 Thread brion at pobox dot com
a.net.URI fails to decode lowercase hex codes Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brion at pobox dot com

[Bug libgcj/21606] java.net.URI fails to decode lowercase hex codes

2005-05-16 Thread brion at pobox dot com
--- Additional Comments From brion at pobox dot com 2005-05-16 12:00 --- Created an attachment (id=8899) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8899&action=view) Test case $ javac UriBugDemo.java && java UriBugDemo ok: /a,b ok: /a%2C,b ok: /a%2c,b $ gcj-4.

[Bug java/19344] New: Java verification error: types could not be merged

2005-01-08 Thread brion at pobox dot com
Summary: Java verification error: types could not be merged Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brion at

[Bug java/19344] Java verification error: types could not be merged

2005-01-08 Thread brion at pobox dot com
--- Additional Comments From brion at pobox dot com 2005-01-09 07:25 --- Created an attachment (id=7911) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7911&action=view) Java source file which causes verification error when compiled via bytecode Compile with: gcj -C Clean