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/18769] ICE in gfc_conv_array_initializer with array initialization with transfer



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-09 23:15 -------
The problem here is that we did not reduce transfer to a constant.

Hmm, the problem is fully transfer which is why this fully related to PR 17298.

Looks like we don't currently handle transfer that well.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gfortran: ICE in            |ICE in
                   |gfc_conv_array_initializer  |gfc_conv_array_initializer
                   |with array initialization   |with array initialization
                   |                            |with transfer


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



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