On Thu, Oct 01, 2015 at 02:46:01PM +0200, Tom de Vries wrote: > this patch adds initialization in zero_iter_bb of counters introduced in > expand_omp_for_init_counts. > > This removes the need to set TREE_NO_WARNING on those counters.
Why do you think it is a good idea? I'd be afraid it slows things down unnecessarily. Furthermore, I'd prefer not to change this area of code before gomp-4_1-branch is merged, as it will be a nightmare for the merge otherwise. Jakub