From 1028b2bded33a9ee92db6a1a968258f3ba29aa24 Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Sat, 14 May 2011 10:55:51 +0300 Subject: Error printing thread safety, remove GFORTRAN_USE_STDERR From-SVN: r173749 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'gcc') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 73a39d9..4be4e5d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2011-05-14 Janne Blomqvist + + * gfortran.texi: Remove GFORTRAN_USE_STDERR documentation. + 2011-05-13 Tobias Burnus PR fortran/48972 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 1284c3d..c810fe2 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -579,7 +579,6 @@ Malformed environment variables are silently ignored. * GFORTRAN_STDIN_UNIT:: Unit number for standard input * GFORTRAN_STDOUT_UNIT:: Unit number for standard output * GFORTRAN_STDERR_UNIT:: Unit number for standard error -* GFORTRAN_USE_STDERR:: Send library output to standard error * GFORTRAN_TMPDIR:: Directory for scratch files * GFORTRAN_UNBUFFERED_ALL:: Don't buffer I/O for all units. * GFORTRAN_UNBUFFERED_PRECONNECTED:: Don't buffer I/O for preconnected units. @@ -613,14 +612,6 @@ This environment variable can be used to select the unit number preconnected to standard error. This must be a positive integer. The default value is 0. -@node GFORTRAN_USE_STDERR -@section @env{GFORTRAN_USE_STDERR}---Send library output to standard error - -This environment variable controls where library output is sent. -If the first letter is @samp{y}, @samp{Y} or @samp{1}, standard -error is used. If the first letter is @samp{n}, @samp{N} or -@samp{0}, standard output is used. - @node GFORTRAN_TMPDIR @section @env{GFORTRAN_TMPDIR}---Directory for scratch files -- cgit v1.1