https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104048
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #12 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Harald Anlauf from comment #11)
> (In reply to dml2011 from comment #10)
> > Do I need to report this bug as another bug?
>
> Not sure how different these issues effectively are.
>
> Your example in comment#8 requires:
>
> - recursively defined derived type with allocatable component
> - openmp; no problem without openmp
> - chain2 is declared private; no problem if declared shared
>
> A separate PR and linking it to this one as possibly related ("see also")
> is always an option.
This PR has been fixed for 15- to 17-branches, I am not sure by which patch.
I thought at first that it might have been the fix for pr121628 that cured this
one. However, 121628 is still broken on 15-branch. Besides, applying the patch
in comment #7 breaks the testcases for 121628!
@dml2011 Please submit a separate PR for your problem, if it is still there.
Closing as fixed.
Paul