This patch fixes a bootstrap failure that I encountered while
backporting the firstprivate subarray patch to gomp-4_0-branch. I've
applied it to gomp4.
Cesar
2016-05-27 Cesar Philippidis
* gcc/omp-low.c (oacc_loop_auto_partitions): Use boolean OR
when comparing outer_assign adn loop->inner.
Hi,
this patch removes some unused variables and fixes bootstrap of the
gomp-4_0-branch.
Committed to gomp-4_0-branch as trivial.
Thanks,
- Tom
2014-07-28 Tom de Vries
* omp-low.c (process_reduction_data): Remove unused variables.
diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index b188e2d.
Hi!
Got a warning turned into error during bootstrap that name might be used
uninitialized. Fixed by not using it at all, there is no point to duplicate
the clause names when we have omp_clause_code_name array.
2013-10-08 Jakub Jelinek
* c-typeck.c (c_finish_omp_clauses): Remove name