Skip to content

Wrong normalization for some clauses followed by expressions. #116

Description

@XinyaoYI

Clauses followed by expressions like simdlen() is merged as below:
#pragma omp simd simdlen(8) simdlen(128) (this format is illegal)
result: #pragma omp simd simdlen(8,128)

ompparser will give a message: "Cannot have two simdlen clause for the directive, ignored" and then gives the output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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