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/36540] libgfortran compile warnings



------- Comment #2 from schwab at suse dot de  2008-06-15 09:04 -------
You should use isdigit ((unsigned char) *p).  The argument of all ctype
functions must be in the range of unsigned char or EOF.


-- 


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


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