[flang-commits] [flang] [flang][Semantics][OpenMP] Fix ICE for unknown reduction starting with . (PR #94398)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue Jun 4 13:27:34 PDT 2024
================
@@ -0,0 +1,10 @@
+! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
+! OpenMP Version 4.5
+! 2.15.3.6 Reduction Clause
+program omp_reduction
+ integer :: k
+ ! miss-spelling. Should be "min"
----------------
klausler wrote:
`misspelling`
https://github.com/llvm/llvm-project/pull/94398
More information about the flang-commits
mailing list