https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84894
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2018-03-16 Ever confirmed|0 |1 --- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- From pr41897: > One thing one presumably needs to change is the way ALLOCATBLE,INTENT(OUT) > variables are auto-deallocated: Currently, it happens in the caller. I think > for the TR one needs to make it happen in the callee.