diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b53aff9b83b34656ae929c85a6c9cd7cad534610..e672f84e709c106c9fda91a7fc9b9bc9c3ce0f5e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2010-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + * gfortran.texi: Update information on temporary file locations. + 2010-04-16 Jakub Jelinek <jakub@redhat.com> * trans-decl.c (gfc_build_qualified_array): Ensure diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 6ab413cbc3cb3ee3dc2823226bb5d6585048f4c2..8a89699fc49c9f98ddb10e6ada48feeeaa903e30 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -635,8 +635,8 @@ error is used. If the first letter is @samp{n}, @samp{N} or This environment variable controls where scratch files are created. If this environment variable is missing, -GNU Fortran searches for the environment variable @env{TMP}. If -this is also missing, the default is @file{/tmp}. +GNU Fortran searches for the environment variable @env{TMP}, then @env{TEMP}. +If these are missing, the default is @file{/tmp}. @node GFORTRAN_UNBUFFERED_ALL @section @env{GFORTRAN_UNBUFFERED_ALL}---Don't buffer I/O on all units