This is the mail archive of the gcc@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]

Re: Mini-patch for cccp.c



> char is actually a very awkward integer type; you can't even be sure whether
> it's signed or unsigned, and it has a lot of additional aliasing baggage
> and properties.

However, "unsigned char" is a perfectly safe type to use to represent a
small integer.




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