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

[Patch, wwwdocs, committed] gcc-4.7/changes.html: TR -> TS


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</a> has been added. Note:
           Remote coarray access is not yet possible.</li>
       </ul></li>
-    <li>TR 29113:
+    <li>TS 29113:
       <ul>
         <li>New flag <code><a
           href="http://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html#index-g_t_0040code_007bstd_003d_007d_0040var_007bstd_007d-option-53";
-          >-std=f2008tr</a></code> 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.</li>
+          >-std=f2008ts</a></code> 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.</li>
         <li>The <code>OPTIONAL</code> attribute is now allowed
           for dummy arguments of <code>BIND(C)</code> procedures.</li> 
         <li>The <code>RANK</code> intrinsic has been added.</li>
         <li>The implementation of the <code>ASYNCHRONOUS</code> 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).</li>
       </ul></li>
   </ul>

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