aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2010-04-17 19:04:16 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2010-04-17 19:04:16 +0000
commit0e9496ccb9ac4082a7f80c4e568d48b92cbb2094 (patch)
tree3a171044901cad1ccd5d7f27aa54be53fea511d9 /gcc
parent9e315505dfea0164e7956e6fe5483c11c4b1d3da (diff)
downloadgcc-0e9496ccb9ac4082a7f80c4e568d48b92cbb2094.zip
gcc-0e9496ccb9ac4082a7f80c4e568d48b92cbb2094.tar.gz
gcc-0e9496ccb9ac4082a7f80c4e568d48b92cbb2094.tar.bz2
gfortran.texi: Update information on temporary file locations.
2010-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> * gfortran.texi: Update information on temporary file locations. From-SVN: r158473
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/gfortran.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b53aff9..e672f84 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 6ab413c..8a89699f 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