------- Comment #9 from pault at gcc dot gnu dot org 2005-10-24 21:13 ------- Fixed on mainline and 4.03.
The problem turned out to be that saved_string was not being freed after character reads. This is done within read_<type> for every type other than character, which is why it was missed. Have added free_saved () at the exit from namelist_read. Paul T -- pault at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24416