This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch attempts to do anything with statement functions other than call them
ClosedPublic

Authored by klausler on Oct 28 2022, 3:49 PM.

Details

Reviewers
vdonaldson
Summary

A statement function in Fortran may be called, but it may not be the target
of a procedure pointer or passed as an actual argument.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2022, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 3:49 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 28 2022, 3:49 PM
klausler updated this revision to Diff 471684.Oct 28 2022, 4:22 PM

Add more changes to test results.

vdonaldson accepted this revision.Oct 28 2022, 4:59 PM
This revision is now accepted and ready to land.Oct 28 2022, 4:59 PM
klausler closed this revision.Oct 30 2022, 5:57 PM