https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100110
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
Last reconfirmed| |2021-04-19
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #1 from Paul Thomas <pault at gcc dot gnu.org> ---
Hi Xiao,
Thank you for this report. I admit that the implementation of PDTs in gfortran
is broken. I didn't realise quite how broken it is:-(
Making 'obj' allocatable and allocating it produces the expected result.
I had planned that once gcc-11 is released, I would turn my attention to PDTs.
This one, I suspect, is such a low hanging fruit, that I will give it attention
now.
Best regards
Paul