[Bug fortran/16878] New: LSAME component of LAPACK fails to compile

CARendleman at lbl dot gov gcc-bugzilla@gcc.gnu.org
Wed Aug 4 17:25:00 GMT 2004


$ cat lsame.f 
      LOGICAL FUNCTION LSAME(CA) 
      CHARACTER CA(*) 
      IVAL = ICHAR(CA(2)) 
      lsame = .true. 
      END 
$ /tmp/gfortran/bin/gfortran -c lsame.f 
lsame.f: In function `lsame': 
lsame.f:0: internal compiler error: in check_pointer_types_r, at 
gimplify.c:4108 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: LSAME component of LAPACK fails to compile
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: CARendleman at lbl dot gov
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list