Write a semantics test for the atomic intrinsic subroutine, atomic_define.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Realized that I had multiple errors on the lines where I am trying to test a single error. Changed those calls so that they target one error.
Comment Actions
LGTM
flang/test/Semantics/atomic04.f90 | ||
---|---|---|
14 | Please add a comment to document any assumptions required for this code to be valid, e.g., the assumption that atomic_int_kind /= 1 (which is currently true but doesn't necessarily have to be true forevermore). | |
24 | In lines 23-29, the second argument could sometimes be default_int_val to vary the testing regime. |
Please add a comment to document any assumptions required for this code to be valid, e.g., the assumption that atomic_int_kind /= 1 (which is currently true but doesn't necessarily have to be true forevermore).