This is an archive of the discontinued LLVM Phabricator instance.

[flang] Disallow ASYNCHRONOUS for subroutine
ClosedPublic

Authored by klausler on Jul 21 2023, 8:36 AM.

Details

Summary

The check for inappropriate usage of the ASYNCHRONOUS attribute
needed to be moved in declaration checking so that it can catch
attempts to use it on a subroutine.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2023, 8:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 8:36 AM
klausler requested review of this revision.Jul 21 2023, 8:36 AM
This revision is now accepted and ready to land.Jul 21 2023, 12:21 PM
This revision was automatically updated to reflect the committed changes.