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/33152] Initialization/declaration problems in block data



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


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