Commit 69130754 by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR fortran/29784 ([doc] No I/O conversion of logical/integer)

	PR fortran/29784
	* gfortran.texi: Document that there is no logical/integer
	conversion performed during I/O operations.

From-SVN: r129635
parent 7ac6e35e
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> 2007-10-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33849 PR fortran/33849
......
...@@ -1138,6 +1138,9 @@ zero, and @code{.TRUE.} is interpreted as one. When converting from ...@@ -1138,6 +1138,9 @@ zero, and @code{.TRUE.} is interpreted as one. When converting from
IF (i) PRINT *, 'True' IF (i) PRINT *, 'True'
@end smallexample @end smallexample
However, there is no implicit conversion of @code{LOGICAL} and
@code{INTEGER} values performed during I/O operations.
@node Hollerith constants support @node Hollerith constants support
@section Hollerith constants support @section Hollerith constants support
@cindex Hollerith constants @cindex Hollerith constants
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment