[Bug fortran/27715] Extented ASCII characters lead to wrong "CASE" selection
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun May 28 20:05:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list