This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[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


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