This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32210] Wrong alignment of struct members where one member is bitfield exceeding its type.
- 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: 5 Jun 2007 15:54:13 -0000
- Subject: [Bug c++/32210] Wrong alignment of struct members where one member is bitfield exceeding its type.
- References: <bug-32210-14653@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pinskia at gcc dot gnu dot org 2007-06-05 15:54 -------
..(In reply to comment #3)
> We would like to propose a target of 3.4 if possible.
Anything before 4.1.x is no longer maintained. Also I don't remember the rules
for oversized bit-fields to confirm this is a bug or not. Maybe quoting from
the C++ standard and the ABI documents would be a better way of getting this
fixed. Also note if GCC changes this, it will break what we call the current
ABI so we need to say we going to break it and the ABI cannot change on a
release branch either.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32210