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/60255] New: Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities


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

            Bug ID: 60255
           Summary: Deferred character length variable at (1) cannot yet
                    be associated with unlimited polymorphic entities
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: antony at cosmologist dot info

Created attachment 32157
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32157&action=edit
OOP module with derived TStringList implementing list of strings

Attached file gives multiple repeated errors

ObjectLists2.f90:818.26:

    end module ObjectLists
                          1
Error: TODO: Deferred character length variable at (1) cannot yet be associated
with unlimited polymorphic entities


It should surely give a line number of the error rather than end of module
(currently very hard to workaround as origin of error is unclear). Better,
actually compile (tested valid in ifort 14).


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