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


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