[Bug other/17898] Incorrect usage of isdigit, etc.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Oct 8 20:50:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-08 20:50 -------
Also:
./gcc/config/frv/frv.c: if (code != 0 && !isalpha (code))
is right, code will always be less than 127 unless someone messed up the compiler or inline asm so we
don't need to change that one.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17898
More information about the Gcc-bugs
mailing list