The Berkeley Lab Flang team develops tests for the LLVM-Project Flang Fortran compiler. Because of the paramount importance of parallelism in high-performance computing, we are focusing on Fortran’s parallel features, commonly denoted "Coarray Fortran."
Add the atomic subroutine, atomic_fetch_xor, to the list of intrinsic subroutines and add any additional necessary static semantic checks. Remove the XFAIL directive from the atomic_fetch_xor semantics test from issue #40 and ensure that it passes.
Add the atomic subroutine,
atomic_fetch_xor
, to the list of intrinsic subroutines and add any additional necessary static semantic checks. Remove theXFAIL
directive from theatomic_fetch_xor
semantics test from issue #40 and ensure that it passes.