This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33152] Initialization/declaration problems in block data
- From: "jv244 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2007 07:03:42 -0000
- Subject: [Bug fortran/33152] Initialization/declaration problems in block data
- References: <bug-33152-15008@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jv244 at cam dot ac dot uk 2007-10-22 07:03 -------
Just to be sure, it is a rejects-valid as well.
BLOCK DATA
character(len=3) :: emname(2)=(/'bar','baz'/)
common/nmstr/emname
END BLOCK DATA
END
--
jv244 at cam dot ac dot uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33152