This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/26042] ICE in mark_reference_fields, at java/boehm.c:105
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 4 Feb 2006 02:29:28 -0000
- Subject: [Bug java/26042] ICE in mark_reference_fields, at java/boehm.c:105
- References: <bug-26042-602@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from tromey at gcc dot gnu dot org 2006-02-04 02:29 -------
Quick update... we debugged this a bit and found that
the field decl representing Three's superclass (the one made
by push_super_field) claims to have size 16 -- and yet
the 'b' field claims to have offset 16. So, something seems
to be going wrong with type layout in this case.
Also, a similar C program yields the expected results.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26042