[flang-commits] [flang] [flang][OpenMP]Add parsing and semantics support for ATOMIC COMPARE (PR #117032)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Wed Nov 27 12:00:14 PST 2024
================
@@ -3,6 +3,7 @@
program main
implicit none
integer :: i, j = 10
+ logical :: k
----------------
Leporacanthicus wrote:
No, it should have been "r", but given the below comments, we need another variable, I think.
https://github.com/llvm/llvm-project/pull/117032
More information about the flang-commits
mailing list