https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99307
Paul Thomas <pault at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comment #6 from Paul Thomas <pault at gcc dot gnu.org> --- Created attachment 50368 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50368&action=edit A fix and more for the PR The chunk: @@ -10274,23 +10309,10 @@ gfc_alloc_allocatable_for_assignment fixes the PR. The rest gets rid of all(?) array references of class objects since the casting was always a problem. Cheers Paul