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

2005-05-16 Thread brion at pobox dot com
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 CC: gcc-bugs

[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=8899action=view) Test case $ javac UriBugDemo.java java UriBugDemo ok: /a,b ok: /a%2C,b ok: /a%2c,b $ gcj-4.0 -o UriBugDemo

[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
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: i686-pc-linux-gnu http://gcc.gnu.org

[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=8644action=view) Test case which wraps in a try-catch; fails to compile with GCJ Compiles just fine with javac from Sun JDK 1.5

[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=8645action=view) Test case using the base class; works Using a base class instead of an anonymous inner class derivitive

[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=8646action=view) Failing test case using a throws declaration instead of try-catch Again, fails to compile with GCJ. Fine

[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=8647action=view) Working test case with throws declaration Again, using the base class instead of an anonymous inner class

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

2005-01-08 Thread brion at pobox dot com
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 pobox dot com CC: gcc-bugs

[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=7911action=view) Java source file which causes verification error when compiled via bytecode Compile with: gcj -C Cleaner.java