This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19448] Different value representation for bitfield width exceeding its type size.
- 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: 14 Jan 2005 19:01:33 -0000
- Subject: [Bug c++/19448] Different value representation for bitfield width exceeding its type size.
- References: <20050114181939.19448.yanliu@ca.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-14 19:01 -------
Hmm, are you sure that you are not comparing against gcc for ppc-darwin and gcc for ppc-linux
because the default sign-ness of char is different between them.
On ppc-darwin, the char is signed by default and for ppc-linux it is unsigned.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19448