|
|
|
@ -7399,14 +7399,14 @@ c_parser_omp_stream_clause (c_parser *parser,
|
|
|
|
|
OMP_CLAUSE_CHAIN (omp_clause) = list;
|
|
|
|
|
list = omp_clause;
|
|
|
|
|
|
|
|
|
|
// TODO: TINO Check this
|
|
|
|
|
//if(OMP_CLAUSE_VIEW_ID (omp_clause) != NULL_TREE)
|
|
|
|
|
//{
|
|
|
|
|
// tree new_omp_clause = build_omp_clause (clause_loc, OMP_CLAUSE_PRIVATE);
|
|
|
|
|
// OMP_CLAUSE_DECL (new_omp_clause) = OMP_CLAUSE_VIEW_ID (omp_clause);
|
|
|
|
|
// OMP_CLAUSE_CHAIN (new_omp_clause) = list;
|
|
|
|
|
// list = new_omp_clause;
|
|
|
|
|
//}
|
|
|
|
|
/* TODO: TINO Check this */
|
|
|
|
|
/*if(OMP_CLAUSE_VIEW_ID (omp_clause) != NULL_TREE)
|
|
|
|
|
{
|
|
|
|
|
tree new_omp_clause = build_omp_clause (clause_loc, OMP_CLAUSE_PRIVATE);
|
|
|
|
|
OMP_CLAUSE_DECL (new_omp_clause) = OMP_CLAUSE_VIEW_ID (omp_clause);
|
|
|
|
|
OMP_CLAUSE_CHAIN (new_omp_clause) = list;
|
|
|
|
|
list = new_omp_clause;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
if (c_parser_next_token_is (parser, CPP_COMMA))
|
|
|
|
|
c_parser_consume_token (parser);
|
|
|
|
|