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/77961] Allocatable components in CLASS-typed coarrays unsupported.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77961

--- Comment #2 from vehre at gcc dot gnu.org ---
This is no regression, because before the patch mentioned in comment #1, the
construct of having allocatable components in derived types was flagged as
error. Now this construct is supported for derived types at least. For
class-typed coarrays looking up the token fails.

This bug is similar if not a duplicate of pr77785.

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