* omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
to avoid warning.
From-SVN: r245306
2017-02-09 Jakub Jelinek <jakub@redhat.com>
+ * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
+ to avoid warning.
+
PR c/79413
* gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
not arbitrary TREE_CONSTANT.
noisy = false;
#endif
- if (assign && (!outer_assign | loop->inner))
+ if (assign && (!outer_assign || loop->inner))
{
/* Allocate outermost and non-innermost loops at the outermost
non-innermost available level. */