re PR fortran/29784 ([doc] No I/O conversion of logical/integer)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 25 Oct 2007 23:27:12 +0000 (23:27 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 25 Oct 2007 23:27:12 +0000 (23:27 +0000)
PR fortran/29784
* gfortran.texi: Document that there is no logical/integer
conversion performed during I/O operations.

From-SVN: r129635

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index a4d9c71dda9ecb2f3664e4e7c8ef4f2c9cef1210..9a16c5f734d8c69c6194ba2c7eafb47e251ad657 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 3269e784b06001197e01fbc53558950688000a49..fb88695fa416c59401e44db45ec7ddfcc9f4aa8b 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