------- Comment #9 from pinskia at gcc dot gnu dot org  2006-05-28 20:05 -------
(In reply to comment #7)
> Yes, but C strings are char by default and not unsigned char, so I guess we'd
> best avoid changing that. But, a less invasive fix could be:

And char can either default to unsigned or signed (it is the only type which is
like this in C).
For an example on most OS's on PPC, char defaults to unsigned char (and not
signed char).

-- Pinski


-- 


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

Reply via email to