This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, PR 19303] Provide 4-and 8-byte record markers for fortran
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Jerry DeLisle" <jvdelisle at verizon dot net>
- Cc: "Thomas Koenig" <Thomas dot Koenig at online dot de>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 22 Mar 2006 10:05:06 +0100
- Subject: Re: [patch, PR 19303] Provide 4-and 8-byte record markers for fortran
- References: <20060317223307.GA10405@meiner.onlinehome.de> <4420E101.7000503@verizon.net>
> I reviewed this patch and tested with all my available IO exercising programs
> and all tests fine with -frecord-marker=4 (NIST, mega-IO, regression). I sent
> some minor editorial/whitespace comments to you off list.
>
> This is OK for Trunk. I assume that you will work pr26735 as a separate patch.
I wondered whether we could somehow tag some of the testcases of the
gfortran testsuite (all those related to unformatted I/O) with a dg
directive so that they're run twice: with -frecord-marker=4 and with
-frecord-marker=8.
Do people think it would be worth having? (in any case, I don't think
it's worth delaying the commit, as it can be added afterward).
FX