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: 28 Mar 2006 01:14:47 -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 #8 from tromey at gcc dot gnu dot org 2006-03-28 01:14 -------
One curiosity I noticed while debugging is that in layout_type,
class Two has size 128 (in bits). This value is incorrect.
Once we reach the code to compute the GC descriptor, the
size is 192.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26042