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++/32210] Wrong alignment of struct members where one member is bitfield exceeding its type.



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


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