[flang] Add atomic_and to list of intrinsics
authorKatherine Rasmussen <krasmussen@lbl.gov>
Fri, 28 Oct 2022 00:55:18 +0000 (17:55 -0700)
committerKatherine Rasmussen <krasmussen@lbl.gov>
Mon, 31 Oct 2022 17:18:55 +0000 (10:18 -0700)
commitcc2e8e5075615ccad7d050a52937acec8c9ef93a
tree0fb25033d20c1a893acb35b25d0ce3816db6c8bf
parent279fe6281d2ca5b2318c7437316c28750feaac8d
[flang] Add atomic_and to list of intrinsics

Add the atomic subroutine, atomic_and, to the list of
intrinsic subroutines, add its last dummy argument to a check
for coindexed-object, and update test.

Reviewed By: PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D136907
flang/lib/Evaluate/intrinsics.cpp
flang/test/Semantics/atomic02.f90