diff mbox

[wwwdocs,committed] gcc-5/changes.html - minor Fortran update

Message ID 552AD601.40605@net-b.de
State New
Headers show

Commit Message

Tobias Burnus April 12, 2015, 8:30 p.m. UTC
Small Fortran update for https://gcc.gnu.org/gcc-5/changes.html :
The main issue with coarray locking has been solved :-)
Hence, I committed the patch as obvious.

Tobias

PS: Gerald: Regarding the approval for "gcc-5/changes.html: Mention that 
C FE can be build as libcc1.so": I withdraw/drew the patch based on 
Jakub's comments. Thus, I leave the annoucement to 
https://sourceware.org/gdb/download/ANNOUNCEMENT
diff mbox

Patch

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.103
diff -u -p -r1.103 changes.html
--- htdocs/gcc-5/changes.html	12 Apr 2015 01:03:08 -0000	1.103
+++ htdocs/gcc-5/changes.html	12 Apr 2015 20:26:12 -0000
@@ -536,7 +536,7 @@  void operator delete[] (void *, std::siz
     <ul>
       <li><a href="https://gcc.gnu.org/wiki/Coarray">Coarrays</a>: Full
 	experimental support of Fortran 2008's coarrays with
-	<code>-fcoarray=lib</code> except for locking and allocatable/pointer
+	<code>-fcoarray=lib</code> except for allocatable/pointer
 	components of derived-type coarrays.  GCC currently only ships with a
 	single-image library (<code>libcaf_single</code>), but
 	multi-image support based on MPI and GASNet is provided by the libraries