[Bug fortran/13910] New: [g77] Cannot initialize variables with declation as allowed by g77
bdavis9659 at comcast dot net
gcc-bugzilla@gcc.gnu.org
Thu Jan 29 01:51:00 GMT 2004
[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=13910
More information about the Gcc-bugs
mailing list