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 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
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>

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