This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c++/18761] C++ ABI bug on OS X with emebed types


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


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