This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mini-patch for cccp.c
- To: seebs at monolith dot solon dot com (Peter Seebach)
- Subject: Re: Mini-patch for cccp.c
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Wed, 1 Oct 97 11:13:07 PDT
- Cc: egcs at cygnus dot com
> 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.