Re: [gomp4] fix omp_clause_code_name

2014-11-13 Thread Thomas Schwinge
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) >

[gomp4] fix omp_clause_code_name

2014-11-12 Thread Cesar Philippidis
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_".