This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[patch, wwwdocs] Add support of VOLATILE to Fortran section of gcc-4.3/changes.html
- From: Tobias Burnus <burnus at net-b dot de>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>, Gerald Pfeifer <gerald at pfeifer dot com>, "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Date: Tue, 07 Nov 2006 15:14:02 +0100
- Subject: [patch, wwwdocs] Add support of VOLATILE to Fortran section of gcc-4.3/changes.html
: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>