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++/19448] Different value representation for bitfield width exceeding its type size.


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


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