This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/26042] ICE in mark_reference_fields, at java/boehm.c:105



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]