This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[gfortran,documentation patch] Improve the documentation of GNU extensions
- From: FX Coudert <fxcoudert at gmail dot com>
- To: gfortran <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 30 Jul 2006 19:10:41 +0200
- Subject: [gfortran,documentation patch] Improve the documentation of GNU extensions
Hi all,
I realized today that the GNU extensions allowed by gfortran are not all
described in our documentation, although there is an Extensions section
in gfortran.texi. By grepping for GFC_STD_LEGACY and GFC_STD_GNU, one
can go through all the extensions currently implemented and add them to
the documentation if need be.
I intend to do that in the future, but had only time today to document
the GFC_STD_LEGACY extensions. Attached is the patch for these changes,
I'd welcome a review by someone with real knowledge of these things (I
first learnt Fortran 95, so these extensions just look like ugly
nonsense to me :)
Thanks,
FX