[flang-commits] [flang] [flang][OpenMP] Convert default assertion into a semantic error (PR #93438)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon May 27 04:51:07 PDT 2024
kiranchandramohan wrote:
Isn't OMP.td responsible for what clauses are allowed on a directive? Could you add to the summary why this does not work for default in this case?
Is it possible to add this check in https://github.com/llvm/llvm-project/blob/7a28a5b3fee6c78ad59af79a3d03c00db153c49f/flang/lib/Semantics/resolve-directives.cpp#L1907 ?
Can you add a test?
https://github.com/llvm/llvm-project/pull/93438
More information about the flang-commits
mailing list