Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The test looks great, please see the couple of suggestions in the in line comments.
flang/test/Semantics/atomic01.f90 | ||
---|---|---|
12 | I recommend renaming sync_status to status or something like that, since this program tests an atomic subroutine, not a synchronization statement, so the variable name might be a bit misleading. | |
44 | This is a duplicate of the call on line 17. Since atom may be a coindexed object, this call plus the comment above should be removed. |
Comment Actions
Remove the duplicate standards-conforming call from the list of
non-standards-conforming calls. Changed sync_status to status
I recommend renaming sync_status to status or something like that, since this program tests an atomic subroutine, not a synchronization statement, so the variable name might be a bit misleading.