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/13911] New: [g77] Cannot initialize variables with declation as allowed by g77


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

        LOGICAL LOAD_FROM_SNAP /.FALSE./
                             1
 Error: Syntax error in data declaration at (1)
 [bdavis@localhost bin]$ cat example2.f
        LOGICAL LOAD_FROM_SNAP /.FALSE./
        END

This style is used by f77 programmers and works in g77.


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

-- 
           Summary: [g77]  Cannot initialize variables with declation as
                    allowed by g77
           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=13911


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