Re: [PATCH 70/89] Concretize locals within expand_omp_for_init_counts
On 04/21/14 10:57, David Malcolm wrote: gcc/ * omp-low.c (expand_omp_for_init_counts): Eliminate local "stmt" in favor of new locals "cond_stmt" and "assign_stmt" with more concrete types. OK once prerequisites have gone in. jeff
[PATCH 70/89] Concretize locals within expand_omp_for_init_counts
gcc/ * omp-low.c (expand_omp_for_init_counts): Eliminate local "stmt" in favor of new locals "cond_stmt" and "assign_stmt" with more concrete types. --- gcc/omp-low.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/gcc/omp-low