| Submitter | Jack Howarth |
|---|---|
| Date | Aug. 7, 2010, 10:26 a.m. |
| Message ID | <20100807102610.GA30237@bromo.med.uc.edu> |
| Download | mbox | patch |
| Permalink | /patch/61176/ |
| State | New |
| Headers | show |
Comments
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;
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