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/47545] ICE: in gfc_get_derived_type, at fortran/trans-types.c:2145


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-31 07:11:31 UTC ---
(In reply to comment #1)
>   type astronaut
>     character(:), allocatable :: greeting
>   end type

Deferred-length components are not yet supported, cf. bug 45170 comment 9.

Nevertheless, gfortran should not ICE.


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