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

Re: -funsigned-char option


On 20 February 2011 17:58, kevin diggs wrote:
>
> Anyone give an example where char defaults to unsigned (i.e. its
> usually signed, right?)

It's platform dependent. On AIX and Irix char is unsigned by default.
I think GCC on ARM makes char unsigned by default.


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