This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add a semantics test for atomic_ref
ClosedPublic

Authored by ktras on Oct 12 2022, 6:31 PM.

Details

Summary

Add a semantics test for atomic_ref.

Diff Detail

Event Timeline

ktras created this revision.Oct 12 2022, 6:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 6:31 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Oct 12 2022, 6:31 PM
rouson accepted this revision.Oct 13 2022, 3:47 PM
rouson added inline comments.
flang/test/Semantics/atomic10.f90
40

Please add a call with atom and stat as keyword arguments but not value.

43

I think 40 and 42 are identical.

This revision is now accepted and ready to land.Oct 13 2022, 3:47 PM
This revision was automatically updated to reflect the committed changes.
ktras marked 2 inline comments as done.EditedOct 13 2022, 8:51 PM

@rouson Thank you for the review, the recommended changes have been made.