This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11885] [3.3 Regression] Problem with bitfields in packed structs
- 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: 11 Aug 2003 23:40:38 -0000
- Subject: [Bug c/11885] [3.3 Regression] Problem with bitfields in packed structs
- References: <20030811210952.11885.stanrost@lcs.mit.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11885
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |janis187 at us dot ibm dot
| |com
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-11 23:40 -------
Thanks for trying this patch, this helps us figure out which patch fixes this on the mainline.
Janis,
can you run your regression finder on this one as it looks like a bad regression (which is already
fixed on the mainline) as prevents any one to use reserved fields in packed structors with bitfields.