This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch,wwwdocs] Update gcc-4.3/changes.html (Fortran): Add -finit* and PROCEDURE
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Tobias Burnus <burnus at net-b dot de>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Sun, 30 Sep 2007 13:17:24 +0200 (CEST)
- Subject: Re: [Patch,wwwdocs] Update gcc-4.3/changes.html (Fortran): Add -finit* and PROCEDURE
- References: <46F76543.2040405@net-b.de>
On Mon, 24 Sep 2007, Tobias Burnus wrote:
> this patch updates the Fortran section of the GCC 4.3. changes.html.
Cool, thanks!
Where it current says
-finit-local-zero, -finit-real, -finit-integer, -finit-character, and
-finit-logical</a> options
we'll want
<code>-finit-local-zero</code>, <code>-finit-real</code>,
<code>-finit-integer</code>, <code>-finit-character</code>, and
<code>-finit-logical</code></a> command-line options
and we'll probably want <code>...</code> for some of the other terms
as well.
Fine with these changes.
Gerald