From patchwork Sat Aug 7 10:26:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [00/65] Merge from the Graphite branch to trunk Date: Sat, 07 Aug 2010 00:26:10 -0000 From: Jack Howarth X-Patchwork-Id: 61176 Message-Id: <20100807102610.GA30237@bromo.med.uc.edu> To: Sebastian Pop Cc: gcc-patches@gcc.gnu.org, Tobias Grosser , gcc-graphite 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 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;