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
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-24 08:04:54 UTC ---
The ICE is fixed - but deferred-length character components are not supported:
Instead of an internal compiler error, one now gets a "not yet implemented"
error.

Its implementation of is now tracked at PR 51976.

*** This bug has been marked as a duplicate of bug 51976 ***


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