]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/ChangeLog
c-common.h (omp_clause_mask::operator !=): New method.
authorJakub Jelinek <jakub@redhat.com>
Fri, 11 Oct 2013 14:34:18 +0000 (16:34 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 11 Oct 2013 14:34:18 +0000 (16:34 +0200)
commitacd15a286e182ee4b3331a35503bcd67a4294331
tree061329497e33d96c498c15d410155ebc48d55268
parentddc757fe19adf1b99121fd6c42f6149b8d8cac2e
c-common.h (omp_clause_mask::operator !=): New method.

* c-common.h (omp_clause_mask::operator !=): New method.
* c-omp.c (c_omp_split_clauses): Use if ((mask & something) != 0)
instead of if (mask & something) tests everywhere.

From-SVN: r203447
gcc/c-family/ChangeLog
gcc/c-family/c-common.h
gcc/c-family/c-omp.c