]> git.ipfire.org Git - thirdparty/gcc.git/commit
omp-offload.c (oacc_loop_auto_partitions): Use || instead of | to avoid warning.
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Feb 2017 15:17:55 +0000 (16:17 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 9 Feb 2017 15:17:55 +0000 (16:17 +0100)
commit891ba5eb6d5df2674a79114a0645d3a467987eb0
treefe20589796a5460eea35cd2461e73bb0ae814317
parent28f6839be16de2fd4143a5395800bb002359b27b
omp-offload.c (oacc_loop_auto_partitions): Use || instead of | to avoid warning.

* omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
to avoid warning.

From-SVN: r245306
gcc/ChangeLog
gcc/omp-offload.c