diff mbox

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

Message ID 54A2EC7C.4000304@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Dec. 30, 2014, 6:18 p.m. UTC
On 12 November 2014, Tobias Burnus wrote:
> Hi all, hi Gerald, hi Tobias and Roman,
>
> the patch updates gcc-5/changes.html; the Fortran bits are obvious.

I have now also committed a patch for Graphite – slightly modified; the 
Fortran patch has been committed before.

Attached is the Graphite part, which I have just committed: 
https://gcc.gnu.org/gcc-5/changes.html

Tobias
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.54
diff -p -u -r1.54 changes.html
--- changes.html	26 Dec 2014 15:55:05 -0000	1.54
+++ changes.html	30 Dec 2014 18:10:31 -0000
@@ -16,6 +16,10 @@ 
   <ul>
     <li>The default mode for C is now <code>-std=gnu11</code> instead of
         <code>-std=gnu89</code>.</li>
+    <li>The Graphite framework for loop optimizations no longer requires the
+	CLooG library, only ISL version 0.14 (recommended) or 0.12.2.  The
+        installation manual contains more information about requirements to
+        build GCC.</li>
   </ul>
 
 <h2 id="general">General Optimizer Improvements</h2>