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_add` to the list of intrinsics #76

Closed ktras closed 1 year ago

ktras commented 1 year ago

Add the atomic subroutine, atomic_fetch_add, to the list of intrinsic subroutines and add any additional necessary static semantic checks. Remove the XFAIL directive from the atomic_fetch_add semantics test from issue #37 and ensure that it passes.

ktras commented 1 year ago

The Differential D136625 and the commit 5e55467835f65ba512 closes issue #76 and allows the test from issue #37 to have its test pass and the XFAIL directive removed.