https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85192
--- Comment #2 from Vasilis.Vlachoudis at cern dot ch ---
I am using 7.2.0 from ubuntu. I've just checked on the latest Fedora with 7.2.1
and it gives the same result as in your case, so probably it is fixed.
Assignee: unassigned at gcc dot gnu.org
Reporter: Vasilis.Vlachoudis at cern dot ch
Target Milestone: ---
Every "READ(line,*) vars" statement from a string has a memory leak.
Example
real*8 x, y, z, u, v, w, erg, tme, wgt
character*250 line
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82524
--- Comment #19 from Vasilis.Vlachoudis at cern dot ch ---
Just to say thank you guys, amazing :)
++
Assignee: unassigned at gcc dot gnu.org
Reporter: Vasilis.Vlachoudis at cern dot ch
Target Milestone: ---
Created attachment 42342
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42342&action=edit
Bug example
System: Fresh installation of Fedora Core 26
Compi