[llvm-branch-commits] [flang] [flang][OpenMP] Move check for substring to semantic checks (PR #201384)
CHANDRA GHALE via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 4 03:10:20 PDT 2026
================
@@ -8,7 +8,7 @@
b = "HIFROMPGI"
c = b(2:7)
- !ERROR: Substrings are not allowed on OpenMP directives or clauses
+ !ERROR: A substrincg cannot appear in a PRIVATE clause
----------------
chandraghale wrote:
same typo carried from above , hence passing CI !!
https://github.com/llvm/llvm-project/pull/201384
More information about the llvm-branch-commits
mailing list