From patchwork Mon Oct 17 19:53:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs,committed] gcc-4.7/changes.html: TR -> TS Date: Mon, 17 Oct 2011 09:53:10 -0000 From: Tobias Burnus X-Patchwork-Id: 120296 Message-Id: <4E9C87A6.1080901@net-b.de> To: gcc patches , gfortran This patch changes Technical Report 29113 to Technical Specification 29113 as ISO/SC22 decided that the TR29113 draft should be submitted as TS; it reflects the recently committed patch to gfortran itself. [1] Tobias [1] http://gcc.gnu.org/ml/fortran/2011-10/msg00088.html Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.48 diff -u -r1.48 changes.html --- changes.html 10 Oct 2011 01:10:31 -0000 1.48 +++ changes.html 17 Oct 2011 19:49:33 -0000 @@ -370,18 +370,19 @@ coarray communication library has been added. Note: Remote coarray access is not yet possible. -
  • TR 29113: +
  • TS 29113:
    • New flag -std=f2008tr permits programs that are expected - to conform to the Fortran 2008 standard and the draft technical - report (TR) 29113 on Further Interoperability of Fortran with C.
    • + >-std=f2008ts permits programs that are expected + to conform to the Fortran 2008 standard and the draft Technical + Specification (TS) 29113 on Further Interoperability of Fortran + with C.
    • The OPTIONAL attribute is now allowed for dummy arguments of BIND(C) procedures.
    • The RANK intrinsic has been added.
    • The implementation of the ASYNCHRONOUS attribute - in GCC is compatible with the candidate draft of TR 29113 + in GCC is compatible with the candidate draft of TS 29113 (since GCC 4.6).