This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32928] DATA statement with array element as initializer is rejected
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2007 14:00:55 -0000
- Subject: [Bug fortran/32928] DATA statement with array element as initializer is rejected
- References: <bug-32928-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from burnus at gcc dot gnu dot org 2007-07-28 14:00 -------
R532 data-stmt-constant is scalar-constant
or scalar-constant-subobject
or signed-int-literal-constant
or signed-real-literal-constant
or null-init
or structure-constructor
I think this also allows for substrings.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32928