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/41807] [4.5/4.4 Regression] data statement with nested type constructors



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2009-11-06 16:11 -------
I just started looking into this.  There is a check for array index and start
to be EXPR_CONSTANT.  In the case of start it is an EXPR_FUNCTION because there
is a conversion from kind 4 to kind 8 function being inlined.  More later.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41807


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