aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-10-25 23:27:12 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-10-25 23:27:12 +0000
commit691307546ee843b5fff57573987cd616e832cd62 (patch)
treeb60f6014620b7001853b9d8eb8b5437fed876f6b /gcc
parent7ac6e35e01f633eeb3980013b2e12231af1af227 (diff)
downloadgcc-691307546ee843b5fff57573987cd616e832cd62.zip
gcc-691307546ee843b5fff57573987cd616e832cd62.tar.gz
gcc-691307546ee843b5fff57573987cd616e832cd62.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog6
-rw-r--r--gcc/fortran/gfortran.texi3
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index a4d9c71..9a16c5f 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 3269e78..fb88695 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