]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/33152 (Initialization/declaration problems in block data)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 25 Nov 2007 22:12:19 +0000 (22:12 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 25 Nov 2007 22:12:19 +0000 (22:12 +0000)
commitf1607c0199cf4c62a27a73d580e5bc25eb46e6ef
tree9cf8bd0129df397f429356cb278234f8fd226202
parentbfd61955ce652ec1c4bb1228fcf43e46424ebf41
re PR fortran/33152 (Initialization/declaration problems in block data)

2007-11-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/33152
* decl.c (add_init_expr_to_sym): Remove error message.
* resolve.c (check_data_variable): Add new check for a data variable
that has an array spec, but no ref and issue an error.
* match.c (gfc_match_common): Remove error message.

From-SVN: r130415
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/match.c
gcc/fortran/resolve.c