Hi Cesar!
On Wed, 12 Nov 2014 21:34:49 -0800, Cesar Philippidis
wrote:
> debug_tree was throwing an ICE when I was debugging scan_sharing_clauses
> in omp-low.c. The problem turned out to be a missing comma. I've applied
> this fix to gomp-4_0-branch.
> --- gcc/tree.c(revision 217459)
>
debug_tree was throwing an ICE when I was debugging scan_sharing_clauses
in omp-low.c. The problem turned out to be a missing comma. I've applied
this fix to gomp-4_0-branch.
Cesar
2014-11-12 Cesar Philippidis
gcc/
* tree.c (omp_clause_code_name): Add missing comma
after "_Cilk_for_count_".