This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12176] Incorrect size for unions with very large bitfields
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2003 01:10:48 -0000
- Subject: [Bug c++/12176] Incorrect size for unions with very large bitfields
- References: <20030905045258.12176.austern@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-12-30 01:10 -------
This is a problem with -fabi-version=1; it does not occur with -fabi-version=2.
Since changing the size of the union would change the version 1 ABI, and since
this kind of code is very rare, I have closed this PR.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12176