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

2005-03-09 Thread rmathew at gcc dot gnu dot org
--- Additional Comments From rmathew at gcc dot gnu dot org 2005-03-09 09:15 --- Fixed on the mainline after the new verifier was enabled. -- What|Removed |Added

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

2005-01-10 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-01-10 19:16 --- Thanks for the test case. A workaround for this, using GCC HEAD, is to use the --indirect-dispatch compile option. This will use the "new verifier" code which does not have this bug. -- What|Re

[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 Cleaner.java &&