[flang-commits] [flang] [Flang][OpenMP] fix crash on sematic error in atomic capture clause (PR #140710)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri May 23 05:14:43 PDT 2025
================
@@ -0,0 +1,22 @@
+! REQUIRES: openmp_runtime
+
+! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
+! Semantic checks on invalid atomic capture clause
+
+use omp_lib
----------------
kparzysz wrote:
FYI, "omp_lib" is not needed for anything in this example.
https://github.com/llvm/llvm-project/pull/140710
More information about the flang-commits
mailing list