From patchwork Tue Aug 14 14:01:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Update Fortran secrion in 4.8/changes.html Date: Tue, 14 Aug 2012 04:01:03 -0000 From: Tobias Burnus X-Patchwork-Id: 177281 Message-Id: <502A5A1F.5050607@net-b.de> To: gcc patches , gfortran , Gerald Pfeifer Attached is the first 4.8 merge of the Fortran related changes from wiki/Gfortran#news into the 4.8 release notes. I have committed the patch as obvious, however, I am happy for any comments. Possibly easier to read: http://gcc.gnu.org/gcc-4.8/changes.html (all in the "Fortran" section) Tobias PS: Still to do: Update the manual's status section and interop section for TYPE(*)/DIMENSION(..). Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.11 diff -u -p -r1.11 changes.html --- changes.html 14 Aug 2012 13:57:59 -0000 1.11 +++ changes.html 14 Aug 2012 13:59:46 -0000 @@ -84,7 +84,7 @@ by this change.

href="http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html"> -fno-realloc-lhs. Additionally, it can be used to find automatic (re)allocation in hot loops. (For arrays, replacing var= - by var(:)= disables the automatic reallocation.)
  • + by var(:)= disables the automatic reallocation.)
  • Reading floating point numbers which use q for the exponential (such as 4.0q0) is now supported as vendor @@ -114,7 +114,7 @@ by this change.

    (dimension(..)) has been added. Note that currently gfortran's own array descriptor is used, which is different from the one defined in TS29113, see + href="http://gcc.gnu.org/viewcvs/trunk/libgfortran/libgfortran.h?content-type=text%2Fplain&view=co"> gfortran's header file or use the Chasm Language Interoperability Tools.