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] New: libgfortran compile warnings


As reported by Andreas Tobler for sparc-solaris8:

cc1: warnings being treated as errors
/export/data/devel-test/gcc-svn/gcc/libgfortran/io/read.c: In function
'read_f':
/export/data/devel-test/gcc-svn/gcc/libgfortran/io/read.c:666: error:
array subscript has type 'char'
/export/data/devel-test/gcc-svn/gcc/libgfortran/io/read.c:793: error:
array subscript has type 'char'
/export/data/devel-test/gcc-svn/gcc/libgfortran/io/read.c:802: error:
array subscript has type 'char'
/export/data/devel-test/gcc-svn/gcc/libgfortran/io/read.c:833: error:
array subscript has type 'char'

POSIX defines:
       #include <ctype.h>
       int isdigit(int c);


-- 
           Summary: libgfortran compile warnings
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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]