This is an archive of the discontinued LLVM Phabricator instance.

[flang] Detect UBOUND() error on assumed-size array
ClosedPublic

Authored by klausler on Feb 1 2021, 3:28 PM.

Details

Summary

UBOUND() is not allowed on the last dimension of an
assumed-size array dummy argument.

Diff Detail

Event Timeline

klausler created this revision.Feb 1 2021, 3:28 PM
klausler requested review of this revision.Feb 1 2021, 3:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2021, 3:28 PM
PeteSteinfeld accepted this revision.Feb 1 2021, 4:40 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Feb 1 2021, 4:40 PM
This revision was automatically updated to reflect the committed changes.