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

[Bug fortran/27715] Extented ASCII characters lead to wrong "CASE" selection



------- 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


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