diff mbox

[wwwdocs] gcc-5/changes.html: Graphite - CLooG removal; Fortran - update

Message ID alpine.LSU.2.20.1504100129470.9357@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer April 9, 2015, 11:31 p.m. UTC
On Wed, 12 Nov 2014, Tobias Burnus wrote:
> OK? Comments? Suggestions?

Here is a minor update on top of your patch.  This adds a missing
space and removes a duplicate "including".

Committed.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.100
diff -u -r1.100 changes.html
--- changes.html	9 Apr 2015 23:28:19 -0000	1.100
+++ changes.html	9 Apr 2015 23:28:57 -0000
@@ -541,8 +541,8 @@ 
     <ul>
       <li>Support for the collective intrinsic subroutines <code>CO_MAX</code>,
 	<code>CO_MIN</code>, <code>CO_SUM</code>, <code>CO_BROADCAST</code> and
-	<code>CO_REDUCE</code>has been added, including
-	including <code>-fcoarray=lib</code> support.</li>
+	<code>CO_REDUCE</code> has been added, including
+	<code>-fcoarray=lib</code> support.</li>
       <li>Support for the new atomic intrinsics has been added, including
 	<code>-fcoarray=lib</code> support.</li>
     </ul></li>