https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65925
Damian Rouson <damian at sourceryinstitute dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Damian Rouson <damian at sourceryinstitute dot org> --- This was a false alarm. Wrapping the following lines inside a bloc construct eliminates the erroneous valgrind report. class(base),allocatable :: d allocate(d,source = newData()) Damian