Skip to content

Comma symbol between clauses can't be handled #89

@ouankou

Description

@ouankou

It failed to parse the following code due to , symbol between clauses, which is valid syntax.

#pragma omp parallel for private(j,k), collapse(2), lastprivate (jlast, klast)

The original failed test cases are from REX compiler.
https://github.com/passlab/rexompiler/blob/master/tests/nonsmoke/functional/CompileTests/OpenMP_tests/collapse.c

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions