This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13911] New: [g77] Cannot initialize variables with declation as allowed by g77
- From: "bdavis9659 at comcast dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jan 2004 01:51:19 -0000
- Subject: [Bug fortran/13911] New: [g77] Cannot initialize variables with declation as allowed by g77
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
[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