This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18761] C++ ABI bug on OS X with emebed types
- From: "mark at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2004 19:13:42 -0000
- Subject: [Bug c++/18761] C++ ABI bug on OS X with emebed types
- References: <20041201184702.18761.mmitchel@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mark at codesourcery dot com 2004-12-01 19:13 -------
Subject: Re: C++ ABI bug on OS X with emebed types
pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 19:08 -------
> oh, yes now I see it.
> Confirmed, the problem is really in rs6000_special_round_type_align where we only skip VAR_DECLs
> but we should be skiping TYPE_DECLS also.
Right -- and CONST_DECLs!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18761