[flang-commits] [flang] [flang][OpenMP]Add parsing and semantics support for ATOMIC COMPARE (PR #117032)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Sun Nov 24 23:37:05 PST 2024
================
@@ -3,6 +3,7 @@
program main
implicit none
integer :: i, j = 10
+ logical :: k
----------------
kiranchandramohan wrote:
Nit: is this used?
https://github.com/llvm/llvm-project/pull/117032
More information about the flang-commits
mailing list