[flang-commits] [flang] [flang][Evaluate] OperationCode cleanup, fix for Constant<T> (PR #151566)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Jul 31 10:47:27 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
----------------
tblah wrote:

Is the bugfix the functional change here?

https://github.com/llvm/llvm-project/pull/151566


More information about the flang-commits mailing list