This is an archive of the discontinued LLVM Phabricator instance.

[flang] Check restrictions on TRANSFER()
ClosedPublic

Authored by klausler on Dec 1 2022, 4:31 PM.

Details

Summary

Enforce detectable compilation-time violations of restrictions on the
arguments to the TRANSFER() intrinsic function (16.9.163) with
error messages, and mark other potential problems with warnings.

Diff Detail

Event Timeline

klausler created this revision.Dec 1 2022, 4:31 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Dec 1 2022, 4:31 PM

Semantics/transfer01.f90 is failing.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 4 2022, 3:29 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.