(cp_parser_oacc_single_int_clause): New function.
commit3ceed675633b522b655ce4bea683f98e527aafaf
authorCesar Philippidis <cesar@codesourcery.com>
Wed, 4 Nov 2015 22:09:53 +0000 (4 14:09 -0800)
committerCesar Philippidis <cesar@gcc.gnu.org>
Wed, 4 Nov 2015 22:09:53 +0000 (4 14:09 -0800)
tree63e3d7b6b713a33a25a99f26347d554545702cbc
parent24bc75034b5828506cb753309adcb6df618df158
(cp_parser_oacc_single_int_clause): New function.

gcc/cp/
* (cp_parser_oacc_single_int_clause): New function.
(cp_parser_oacc_clause_vector_length): Delete.
(cp_parser_omp_clause_num_gangs): Delete.
(cp_parser_omp_clause_num_workers): Delete.
(cp_parser_oacc_all_clauses): Use cp_parser_oacc_single_int_clause
for num_gangs, num_workers and vector_length.

From-SVN: r229786
gcc/cp/ChangeLog
gcc/cp/parser.c