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 target/17211] [sparc/i386]: Bitfields should be *unsigned* by default.


------- Additional Comments From jsm at polyomino dot org dot uk  2004-08-27 16:27 -------
Subject: Re:  [sparc/i386]: Bitfields should be *unsigned*
 by default.

I would add that the definition in mcore/mcore.h

/* The MCore ABI says that bitfields are unsigned by default.  */
#define CC1_SPEC "-funsigned-bitfields"

is in clear contradiction to the documentation of bit-field handling; 
either that definition should be removed or the documentation should be 
revisited to allow for target exceptions.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17211


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