https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88776
--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Author: jvdelisle Date: Mon Jan 14 00:22:00 2019 New Revision: 267910 URL: https://gcc.gnu.org/viewcvs?rev=267910&root=gcc&view=rev Log: 2019-01-13 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR libfortran/88776 * io/open.c (newunit): Free format buffer if the unit specified is for stdin, stdout, or stderr. * gfortran.dg/namelist_96.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/namelist_96.f90 Modified: trunk/gcc/testsuite/ChangeLog trunk/libgfortran/ChangeLog trunk/libgfortran/io/open.c