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]

Re: [patch,wwwdata] Update Fortran section of gcc-4.2/changes.html


Hi Brooks,

Is the following patch ok? Or do you have a better suggestion?
If yes, I think I need again an approval by a gfortran maintainer.

Tobias

Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.8
diff -u -r1.8 changes.html
--- htdocs/gcc-4.3/changes.html 2 Dec 2006 11:33:37 -0000       1.8
+++ htdocs/gcc-4.3/changes.html 2 Dec 2006 19:20:09 -0000
@@ -51,12 +51,13 @@
     >-fexternal-blas</a></code> option has been added, which
     generates calls to BLAS routines for intrinsic matrix operations such
     as <code>matmul</code> rather than using the built-in algorithms.</li>
-    <li>The GNU Fortran compiler uses now 4-byte records markers for
-    unformatted files to be compatible with g77 and most other compilers;
-    the implementation allows for files bigger than 2 GB, compatible with
-    several other compilers. Older versions of gfortran used 8-byte record
-    markers (on most systems); in order to read unformatted files created
-    by older gfortran versions, the <code>
+    <li>The GNU Fortran compiler uses now 4-byte record markers by default
+    for unformatted files to be compatible with g77 and most other
compilers;
+    the implementation allows for records bigger than 2 GB, compatible with
+    several other compilers. Older versions of gfortran used by default
+    8-byte record markers (on most systems); in order to change length of
+    the record markers, e.g. to the read unformatted files created by older
+    gfortran versions, the <code>
     <a href="http://gcc.gnu.org/onlinedocs/gfortran/Runtime-Options.html";
     >-frecord-marker=8</a></code> option can be used.</li>
     <li>Fortran 2003 support has been extended:


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