diff mbox

[00/65] Merge from the Graphite branch to trunk

Message ID 20100807102610.GA30237@bromo.med.uc.edu
State New
Headers show

Commit Message

Jack Howarth Aug. 7, 2010, 10:26 a.m. UTC
Sebastian,
    Complete testsuite results are posted at...

http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg00666.html

for the graphite merge built with...


I'll start filing PRs for these compiler ICE's from invoking -fgraphite-identity
as soon as you commit the merge to gcc trunk.
                Jack
diff mbox

Patch

Index: opts.c
===================================================================
--- opts.c	(revision 162966)
+++ opts.c	(working copy)
@@ -781,6 +781,9 @@ 
 
   /* -O2 optimizations.  */
   opt2 = (optimize >= 2);
+#ifdef HAVE_cloog
+  flag_graphite_identity = opt2;
+#endif
   flag_inline_small_functions = opt2;
   flag_indirect_inlining = opt2;
   flag_partial_inlining = opt2;