This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch,wwwdocs] Add gfortran's 4-byte record markers change to gcc-4.2/changes.html
- From: Tobias Burnus <burnus at net-b dot de>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Date: Mon, 11 Dec 2006 00:48:59 +0100
- Subject: Re: [patch,wwwdocs] Add gfortran's 4-byte record markers change to gcc-4.2/changes.html
- References: <457C9C5D.4070200@net-b.de>
And now as bonus with a patch.
Tobias Burnus wrote:
> :ADDPATCH wwwdocs:
>
> Since the patch was backported to 4.2, we should also have it in the 4.2
> changelog.
>
> Tobias
>
>
> 2006-12-11 Tobias Burnus <burnus@net-b.de>
>
> * gcc-4.2/changes.html: Document record-marker change.
>
>
Index: htdocs/gcc-4.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v
retrieving revision 1.16
diff -u -r1.16 changes.html
--- htdocs/gcc-4.2/changes.html 17 Oct 2006 22:36:15 -0000 1.16
+++ htdocs/gcc-4.2/changes.html 10 Dec 2006 23:40:38 -0000
@@ -87,6 +87,15 @@
Fortran 2003).</li>
<li>Support for the Fortran 2003 streaming IO extension has been
added.</li>
+ <li>The GNU Fortran compiler now uses 4-byte record markers by default
+ for unformatted files to be compatible with g77 and most other compilers.
+ The implementation allows for records greater than 2 GB and 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 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>
</ul>