[llvm-branch-commits] [flang] [flang][OpenMP] Apply modifier representation to semantic checks (PR #116658)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 20 06:30:09 PST 2024
================
@@ -33,7 +33,7 @@ program main
enddo
!$omp end target parallel
- !ERROR: The DEFAULTMAP clause requires a variable-category SCALAR in OpenMP v1.1, try -fopenmp-version=50
+ !ERROR: A variable-category modifier is required
----------------
tblah wrote:
Improving in a subsequent PR is okay with me.
https://github.com/llvm/llvm-project/pull/116658
More information about the llvm-branch-commits
mailing list