https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103368
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pault at gcc dot gnu.org
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 58277
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58277&action=edit
Fix for this PR
This was substantially fixed on 14-branch by the patch for PR49213. However,
there have been many subsequent changes to gfc_trans_structure_assign and its
subsidiary functions as the attachment demonstrates.
I haven't attempted to do any weeding of the changes to separate those
responsible for fixing this PR. However, 13-branch regtests successfuly with
the patch applied.
Should I commit this with a testcase or just close the PR?
Paul