[flang-commits] [flang] [flang][Evaluate] OperationCode cleanup, fix for Constant<T> (PR #151566)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Thu Jul 31 10:47:46 PDT 2025
================
@@ -180,7 +180,7 @@ subroutine more_invalid_atomic_update_stmts()
x = x
!$omp atomic update
- !ERROR: The atomic variable x should appear as an argument in the update operation
+ !ERROR: This is not a valid ATOMIC UPDATE operation
----------------
kparzysz wrote:
Yes
https://github.com/llvm/llvm-project/pull/151566
More information about the flang-commits
mailing list