From patchwork Wed Sep 8 22:40:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdata] Update Fortran part of gcc-4.6/changes.html From: Tobias Burnus X-Patchwork-Id: 64235 Message-Id: <4C8810FA.3010000@net-b.de> To: gcc patches , gfortran Date: Thu, 09 Sep 2010 00:40:58 +0200 I have committed the attached patch, but if you have suggestions ... Current version: http://gcc.gnu.org/gcc-4.6/changes.html#Fortran Tobias Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.37 diff -u -r1.37 changes.html --- changes.html 1 Sep 2010 12:10:58 -0000 1.37 +++ changes.html 8 Sep 2010 22:38:21 -0000 @@ -183,8 +183,19 @@
  • 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 NORM2, PARITY + intrinsic functions.
  • +
  • The following bit intrinsics were added: POPCNT, + and POPPAR for counting the number of one bits and + returning the parity; BGE, BGT, + BLE, and BLT for bitwise comparisons; + DSHIFTL and DSHIFTR for combined left + and right shifts, MASKL and MASKR for + simple left and right justified masks, MERGE_BITS + for a bitwise merge using a mask, SHIFTA, + SHIFTL and SHIFTR for shift operations, + and the transformational bit intrinsics IALL, + IANY and IPARITY.
  • Support of the EXECUTE_COMMAND_LINE intrinsic subroutine.
  • Support for the IMPURE attribute for procedures, @@ -200,6 +211,11 @@
  • Pointers including procedure pointers and those in a derived type (pointer components) can now be initialized by a target instead of only by NULL.
  • +
  • The EXIT statement (with construct-name) can be + now be used to leave not only the DO but also the + ASSOCIATE, BLOCK, IF, + SELECT CASE and SELECT TYPE constructs.
  • +
  • Internal procedures can now be used as actual argument.
  • Minor changes: obsolesce diagnostics for ENTRY was added for -std=f2008; a line may start with a semicolon;