From d6a5148a325c43ba9b91265ff4c71609c840996a Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Thu, 25 Oct 2007 23:27:12 +0000 Subject: [PATCH] PR fortran/29784 * gfortran.texi: Document that there is no logical/integer conversion performed during I/O operations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129635 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/gfortran.texi | 3 +++ 2 files changed, 9 insertions(+) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a4d9c71dda9..9a16c5f734d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2007-10-26 Francois-Xavier Coudert + + PR fortran/29784 + * gfortran.texi: Document that there is no logical/integer + conversion performed during I/O operations. + 2007-10-22 Jerry DeLisle PR fortran/33849 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 3269e784b06..fb88695fa41 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1138,6 +1138,9 @@ zero, and @code{.TRUE.} is interpreted as one. When converting from IF (i) PRINT *, 'True' @end smallexample +However, there is no implicit conversion of @code{LOGICAL} and +@code{INTEGER} values performed during I/O operations. + @node Hollerith constants support @section Hollerith constants support @cindex Hollerith constants -- 2.11.0