This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/5641] Verifier ICE on reference to inherited method
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jul 2003 23:02:27 -0000
- Subject: [Bug libgcj/5641] Verifier ICE on reference to inherited method
- References: <20020209020600.5641.ebb9@email.byu.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5641
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-07-01 23:02:26
date| |
------- Additional Comments From tromey at gcc dot gnu dot org 2003-07-01 23:02 -------
This is still a bug in 3.3 and the current trunk.
Take the small included example, compile it
to bytecode, then run the bytecode through
gcj. gcj will give erroneous errors.
(It doesn't ICE any more though.)