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/16878] New: LSAME component of LAPACK fails to compile


$ 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


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