[Bug fortran/13909] New: [gfortran] f77 style logical*1 variables unusable

bdavis9659 at comcast dot net gcc-bugzilla@gcc.gnu.org
Thu Jan 29 01:48:00 GMT 2004


[bdavis@localhost bin]$ /usr/local/bin/gfortran example1.f
 In file example1.f:2

        GCOPEN = .TRUE.
                1
 Error: Can't convert LOGICAL(4) to LOGICAL(1) at (1)
[bdavis@localhost bin]$ cat example1.f
        LOGICAL*1 GCOPEN
        GCOPEN = .TRUE.
        END


works with g77 !!!!


http://gcc.gnu.org/ml/fortran/2004-01/msg00130.html

-- 
           Summary: [gfortran]  f77 style logical*1 variables unusable
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis9659 at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list