OSDN Git Service

PR fortran/29784
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Oct 2007 23:27:12 +0000 (23:27 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Oct 2007 23:27:12 +0000 (23:27 +0000)
* 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
gcc/fortran/gfortran.texi

index a4d9c71..9a16c5f 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-26  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/29784
+       * gfortran.texi: Document that there is no logical/integer
+       conversion performed during I/O operations.
+
 2007-10-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/33849
index 3269e78..fb88695 100644 (file)
@@ -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