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]

Re: [patch, wwwdocs] Update Fortran section in the 4.2 changelog


Hi,

Gerald Pfeifer wrote:
> On Fri, 13 Oct 2006, Tobias Burnus wrote:
>   
>> 2006-10-13 Tobias Burnus <burnus@net-b.de>
>>     * gcc-4.2/changes.html: Update Fortran section
>>     
> This is fine from my perspective, though it would be good to also get
> an ack from a Fortran maintainer (for contents).
>   


> Two minor changes I'd like to see for the committed version: please
> avoid lines longer than ~76 columns, and make the link to projects/gomp/
> a local one.
>   
Done.

Tobias

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

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	16 Oct 2006 10:26:56 -0000
@@ -23,6 +23,11 @@
 
 <h2>New Languages and Language specific improvements</h2>
 
+<ul>
+    <li><a href="../projects/gomp/">OpenMP</a> is now
+        supported for the C, C++ and Fortran compilers.</li>
+</ul>
+
 <h3>C family</h3>
 
   <ul>
@@ -76,6 +81,15 @@
     </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]