2005-05-12 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/21324 * runtime/memory.c: Don't define GFC_CLEAR_MEMORY (it's a performance hog). * io/open.c (new_unit): Zero freshly allocated memory for unit structure. * io/unit.c (init_units): Zero freshly allocated memory for STDIN, STDOUT and STDERR. * io/unix.c (open_internal): Zero freshly allocated memory for unix_stream. (fd_to_stream): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99619 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libgfortran/ChangeLog 13 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/io/open.c 1 addition, 0 deletionslibgfortran/io/open.c
- libgfortran/io/unit.c 3 additions, 0 deletionslibgfortran/io/unit.c
- libgfortran/io/unix.c 2 additions, 0 deletionslibgfortran/io/unix.c
- libgfortran/runtime/memory.c 1 addition, 1 deletionlibgfortran/runtime/memory.c
Loading
Please register or sign in to comment