Re: [COMMITTED] Be more explicit.

2014-05-23 Thread Jakub Jelinek
On Fri, May 23, 2014 at 01:08:09PM +0200, Thomas Schwinge wrote: > @@ -5683,7 +5683,14 @@ omp_notice_variable (struct gimplify_omp_ctx *ctx, > tree decl, bool in_code) >switch (default_kind) > { > case OMP_CLAUSE_DEFAULT_NONE: > - if ((ctx->region_type & ORT_TASK) != 0) >

[COMMITTED] Be more explicit.

2014-05-23 Thread Thomas Schwinge
From: tschwinge gcc/ * gimplify.c (omp_notice_variable) : Explicitly enumerate the expected region types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210852 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 + gcc/gimplify.c | 15 +-- 2 fi