This is an archive of the discontinued LLVM Phabricator instance.

[flang] Don't allow CALL RANDOM_NUMBER(assumed-size-array)
ClosedPublic

Authored by klausler on Apr 1 2023, 2:27 PM.

Details

Summary

The extents, if any, of the HARVEST= actual argument must be known
at execution time for the call to be implemented.

Diff Detail

Event Timeline

klausler created this revision.Apr 1 2023, 2:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2023, 2:27 PM
klausler requested review of this revision.Apr 1 2023, 2:27 PM
vdonaldson accepted this revision.Apr 3 2023, 8:55 AM
This revision is now accepted and ready to land.Apr 3 2023, 8:55 AM