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/25385] ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1235



------- Comment #6 from eedelman at gcc dot gnu dot org  2005-12-27 21:53 -------
(In reply to comment #5)
> Never mind.  I managed to reduce it to something that doesn't depend on any
> modules.

The reduced testcase is here:

SUBROUTINE MATIERE()
    REAL :: XSNAK(2)

    XSNAK((/ 1, 2 /)) = 0.0
END


-- 


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


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