[Bug libgcj/41814] ICE in jc1 during bootstrap of gcj
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 25 11:52:00 GMT 2009
------- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-25 11:52 -------
Confirmed. The java FE overloads the BINFO_VIRTUALS field incompatible to what
the middle-end specifies:
java/java-tree.h:#define TYPE_NVIRTUALS(TYPE) BINFO_VIRTUALS (TYPE_BINFO
(TYPE))
TYPE_NVIRTUALS (this_class) = dtable_count;
I'll deal with this.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-10-25 11:52:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41814
More information about the Gcc-bugs
mailing list