This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36540] libgfortran compile warnings
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2008 08:04:26 -0000
- Subject: [Bug fortran/36540] libgfortran compile warnings
- References: <bug-36540-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2008-06-15 08:04 -------
doing isdigit ((int) *p) works; however, I'm not sure this is the right
method - and I wonder why there is this warning only on sparc-solaris8 and not
on other systems - "isdigit" takes on all systems an integer. Additionally the
"array subscript" in the error message is really strange.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36540