From patchwork Wed Sep 1 09:21:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdata] Update gcc-4.6/changes.html's Fortran section Date: Tue, 31 Aug 2010 23:21:12 -0000 From: Tobias Burnus X-Patchwork-Id: 63357 Message-Id: <4C7E1B08.7070709@net-b.de> To: gfortran , gcc patches , Gerald Pfeifer Dear all, I intend to commit the attached patch for http://gcc.gnu.org/gcc-4.6/changes.html#Fortran Do you have any comments or suggestions? Tobias Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.36 diff -u -r1.36 changes.html --- changes.html 19 Aug 2010 10:12:52 -0000 1.36 +++ changes.html 1 Sep 2010 09:18:33 -0000 @@ -165,6 +165,9 @@ href="http://gcc.gnu.org/wiki/OOP">object-oriented programming).
  • Experimental support of the ASSOCIATE construct.
  • +
  • In pointer assignments it is now possible to specify the lower + bounds of the pointer and, for a rank-1 or a simply contiguous + data-target, to remap the bounds.
  • Fortran 2008 support has been extended: @@ -180,6 +183,10 @@
  • Support for ALLOCATE with MOLD.
  • Support for the STORAGE_SIZE intrinsic inquiry function.
  • +
  • Support of the NORM2, PARITY, + POPCNT, and POPPAR intrinsic functions.
  • +
  • Support of the EXECUTE_COMMAND_LINE intrinsic + subroutine.
  • Support for the IMPURE attribute for procedures, which allows for ELEMENTAL procedures without the restrictions of PURE.
  • @@ -203,7 +210,11 @@ TYPE(intrinsic-type-spec); multiple type-bound procedures can be declared in a single PROCEDURE statement; implied-shape arrays are supported for named constants - (PARAMETER). + (PARAMETER). The transformational, three argument + versions of BESSEL_JN and BESSEL_YN + were added – the elemental, two-argument version had been + added in GCC 4.4; note that the transformational functions use + a recurrence algorithm.