BerkeleyLab / flang-testing-project

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."
https://go.lbl.gov/flang-testing
Other
4 stars 3 forks source link

Add `atomic_fetch_xor` to the list of intrinsics #74

Closed ktras closed 2 years ago

ktras commented 2 years ago

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.

ktras commented 2 years ago

The Differential D136804 and the commit 7aa0968842c5c3 closes issue #74 and allows the test from issue #40 to have its test pass and the XFAIL directive removed.