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
--- 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
--- 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
--- 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
--- 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
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
--- 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.
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
--- 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