diff options
author | Thomas Koenig <Thomas.Koenig@online.de> | 2005-10-30 21:38:25 +0000 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2005-10-30 21:38:25 +0000 |
commit | ed146156e0cf944792de28e3d4ca8cc5177d816d (patch) | |
tree | a46aa38b4cd1f73aa474e031bb0ba13b58e10010 /gcc | |
parent | dda0f764787e00054b55ebd24ac4be863d1a05dc (diff) | |
download | gcc-ed146156e0cf944792de28e3d4ca8cc5177d816d.zip gcc-ed146156e0cf944792de28e3d4ca8cc5177d816d.tar.gz gcc-ed146156e0cf944792de28e3d4ca8cc5177d816d.tar.bz2 |
gfortran.texi: Remove reservations about I/O usability.
2005-10-30 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.texi: Remove reservations about I/O usability. Document
that array intrinsics mostly work.
From-SVN: r106252
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 25 |
2 files changed, 8 insertions, 22 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 3ca28ff..5711cf6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2005-10-30 Thomas Koenig <Thomas.Koenig@online.de> + + * gfortran.texi: Remove reservations about I/O usability. Document + that array intrinsics mostly work. + 2005-10-30 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> * gfortran.texi: Move license stuff to back. Add information diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 65c9aba..1f77ef5 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -420,29 +420,10 @@ whether to use inline code (good for small arrays as no function call overhead occurs) or generate function calls (good for large arrays as it allows use of hand-optimized assembly routines, SIMD instructions, etc.) -The IO library is still under development. The following features should be -usable for real programs: +The IO library is in a mostly usable state. Unformatted I/O for +@code{REAL(KIND=10)} variables is currently not recommended. -@itemize @minus -@item List directed -@item Unformatted sequential -@end itemize - -Usable with bugs: - -@itemize @minus -@item Formatted sequential ('T' edit descriptor, and others) -@end itemize - -Not recommended: - -@itemize @minus -@item Unformatted direct access -@item Formatted direct access -@end itemize - -Many Fortran programs only use a small subset of the available IO -capabilities, so your mileage may vary. +Array intrinsics mostly work. @node Proposed Extensions @section Proposed Extensions |