[Bug fortran/27715] Extented ASCII characters lead to wrong "CASE" selection
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun May 28 16:52:00 GMT 2006
------- Comment #6 from kargl at gcc dot gnu dot org 2006-05-28 16:52 -------
Guys,
Have you read 4.3.2.1.1? This defines the requirements on the
collating of the default character type. It also defines the
requirements on LGT, LGE, LLE, and LLT, which is why we use the
ascii_table in simplify.c.
Thomas' idea of using unsigned char does not conflict with
4.3.2.1.1.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27715
More information about the Gcc-bugs
mailing list