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 Fortran section in the 4.2 changelog


:ADDPATCH:

The attached patch adds OpenMP (for C/C++/Fortran) and two bigger
gfortran enhancements to the
http://gcc.gnu.org/gcc-4.2/changes.html page.

Changelog:

2006-10-13 Tobias Burnus <burnus@net-b.de>
    * gcc-4.2/changes.html: Update Fortran section

Tobias
Index: htdocs/gcc-4.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v
retrieving revision 1.13
diff -u -r1.13 changes.html
--- htdocs/gcc-4.2/changes.html	11 Sep 2006 16:36:26 -0000	1.13
+++ htdocs/gcc-4.2/changes.html	13 Oct 2006 21:46:24 -0000
@@ -23,6 +23,10 @@
 
 <h2>New Languages and Language specific improvements</h2>
 
+<ul>
+    <li><a href="http://gcc.gnu.org/projects/gomp/";>OpenMP</a> is now supported for the C, C++ and Fortran compilers.</li>
+</ul>
+
 <h3>C family</h3>
 
   <ul>
@@ -76,6 +80,13 @@
     </li>
   </ul> 
 
+<h3>Fortran</h3>
+  <ul>
+    <li>Support for allocatable components has been added (TR 15581 and Fortran 2003).</li>
+    <li>Support for the Fortran 2003 streaming IO extension has been added.</li>
+  </ul> 
+
+
 <h3>Java (GCJ)</h3>
 
   <ul>

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