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: [wwwdocs] gcc-5/changes.html: Graphite - CLooG removal; Fortran - update


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

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>


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