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: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2004 19:08:29 -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 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.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-12-01 19:08:28
date| |
Summary|C++ ABI bug on OS X with |C++ ABI bug on OS X with
|doubles |emebed types
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18761