Hi Cesar!

On Wed, 12 Nov 2014 21:34:49 -0800, Cesar Philippidis <ce...@codesourcery.com> 
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)
> +++ gcc/tree.c        (working copy)
> @@ -358,7 +358,7 @@ const char * const omp_clause_code_name[
>    "sections",
>    "taskgroup",
>    "_simduid_",
> -  "_Cilk_for_count_"
> +  "_Cilk_for_count_",
>    "independent",
>    "worker",
>    "vector",

What a sneaky one; thanks for catching that!  I had introduced this bug
in the trunk merge committed to gomp-4_0-branch in r215042.


Grüße,
 Thomas

Attachment: pgpGrOVUSBUc0.pgp
Description: PGP signature

Reply via email to