This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13114] [ABI] wrong class hierarchy
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2003 14:52:51 -0000
- Subject: [Bug c++/13114] [ABI] wrong class hierarchy
- References: <20031118203607.13114.yanliu@ca.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2003-12-12 14:52 -------
2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
PR c++/13114, c++/13115
* class.c (layout_empty_base): Propagate the move of an empty base
to offset zero.
you are correct, I'd misread the ABI and though empty bases could be placed within
the object, not just at offset zero, or at the end.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13114