PR fortran/29784
* gfortran.texi: Document that there is no logical/integer
conversion performed during I/O operations.
From-SVN: r129635
+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
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