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: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2007 23:27:34 -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 #6 from jvdelisle at gcc dot gnu dot org 2007-10-04 23:27 -------
Created an attachment (id=14298)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14298&action=view)
Rough draft patch
Here is a first cut at a patch. It does not successfully get the assignment to
the integer 'a' in the test case correct. However, the test case compiles
without error and it is matching the array parameter qualifiers correctly.
I am stuck at this point, so suggestions/help appreciated.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32928