[patch, wwwdocs] Add support of VOLATILE to Fortran section of gcc-4.3/changes.html
Tobias Burnus
burnus@net-b.de
Tue Nov 7 15:05:00 GMT 2006
:ADDPATCH wwwdocs:
List support of Fortran 2003's VOLATILE in the GCC 4.3 changelog.
Tobias
2006-11-07 Tobias Burnus <burnus@net-b.de>
* gcc-4.3/changes.html: List support of VOLATILE in Fortran.
Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.3
diff -u -r1.3 changes.html
--- htdocs/gcc-4.3/changes.html 6 Nov 2006 07:36:09 -0000 1.3
+++ htdocs/gcc-4.3/changes.html 7 Nov 2006 14:09:52 -0000
@@ -35,6 +35,8 @@
>-fexternal-blas</a></code> option has been added, which
generates calls to BLAS routines for intrinsic matrix operations such
as <code>matmul</code> rather than using the built-in algorithms.</li>
+ <li>The <code>VOLATILE</code> statement of Fortran 2003 is now
+ supported.</li>
</ul>
<h3>Java (GCJ)</h3>
More information about the Fortran
mailing list