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