This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30332] bit-field: optimization BUG?
- 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: 30 Dec 2006 08:28:13 -0000
- Subject: [Bug c++/30332] bit-field: optimization BUG?
- References: <bug-30332-10812@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-30 08:28 -------
So we do x.a+10 in unsigned long long and then cast it to the bit-field type.
I am thinking we are getting the wrong type for the typeof anyways.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30332