This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, fortran] Committed, documentation bugfix


Hello all,

I just committed the patch below as obvious.

Index: gfortran.texi
===================================================================
--- gfortran.texi       (revision 151090)
+++ gfortran.texi       (working copy)
@@ -1797,7 +1797,7 @@ c     ... Code that sets A, B and C
 with the following:

 @smallexample
-      INTEGER*1 LINE(80)
+      CHARACTER(LEN=80) LINE
       REAL A, B, C
 c     ... Code that sets A, B and C
       WRITE (UNIT=LINE, FMT=9000) A, B, C
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 151090)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2009-08-25  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.texi: Fix ENCODE example.
+
 2009-08-25  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/41139


-- 
Janne Blomqvist


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]