On Tue, Apr 28, 2015 at 06:59:12PM +0200, Thomas Schwinge wrote: > We're getting ready to submit patches extending the C/C++ front ends for > the remaining OpenACC clauses, and given the current layout of > gcc/c-family/c-pragma.h:pragma_omp_clause, we're then at 69 unique > clauses, which is more than the 64-bit bitmask limit.
I have an uncommitted patch for that that I plan to commit to gomp-4_1-branch tomorrow. Guess I should extract it and commit to trunk separately. Jakub