This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

F77 code errors in gfortran


How about this one ?

[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



--bud davis


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