https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357
Andre Vehreschild <vehre at gmx dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vehre at gmx dot de --- Comment #9 from Andre Vehreschild <vehre at gmx dot de> --- Hi Janus, be careful with the code in comment #4 and #5. When I remember correctly then it was me who added the allocate trying to understand how Fortran worked there. Meaning: That must not be valid Fortran. In fact, does my current work on this pr and on #61275 report that Me%y is already allocated and must not be reallocated again. That is, I may already have a patch that touches the issue. I just need to figure, if allocating the component explicitly is valid in Fortran. Do you know something about that? I am still reading the Fortran standards, but haven't found the location that answers my question. Andre