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] Update gcc-4.3/changes.html (Fortran): Add -finit* and PROCEDURE


Hello Gerald, hi all,

this patch updates the Fortran section of the GCC 4.3. changes.html.

Ok to commit?

Tobias

2007-09-24  Tobias Burnus  <burnus@net-b.de>

	* htdocs/gcc-4.3/changes.html (Fortran): Add -finit* options
	and Fortran 2003's ABSTRACT INTERFACE and PROCEDURE.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.74
diff -u -r1.74 changes.html
--- changes.html	20 Sep 2007 12:14:29 -0000	1.74
+++ changes.html	24 Sep 2007 06:15:45 -0000
@@ -308,12 +308,19 @@
     <code>GFORTRAN_ERROR_DUMPCORE</code>) when a run-time error occured.</li>
     <li>GNU Fortran now defines <code>__GFORTRAN__</code> when it runs the C
     preprocessor (CPP).</li>
+    <li>The <a
+    href="http://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html#index-g_t_0040code_007bfinit_002dlocal_002dzero_007d-167";
+    >-finit-local-zero, -finit-real, -finit-integer, -finit-character, and
+    -finit-logical</a> options have been added, which can be used to
+    initialize local variables.</li>
     <li>Fortran 2003 support has been extended:
     <ul>
       <li>Intrinsic statements IMPORT, PROTECTED, VALUE and VOLATILE</li>
       <li>Pointer intent</li>
       <li>Intrinsic module <code>ISO_ENV_FORTRAN</code></li>
       <li>Interoperability with C (ISO C Bindings)</li>
+      <li>ABSTRACT INTERFACES and PROCEDURE statements (without POINTER
+      attribute)</li>
     </ul></li>
   </ul>
 

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