This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/41814] ICE in jc1 during bootstrap of gcj
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 25 Oct 2009 11:52:28 -0000
- Subject: [Bug libgcj/41814] ICE in jc1 during bootstrap of gcj
- References: <bug-41814-18352@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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