This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32928] DATA statement with array element as initializer is rejected



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]