This is an archive of the discontinued LLVM Phabricator instance.

[flang] Accept pointer assignment w/ remapping to function result
ClosedPublic

Authored by klausler on Feb 15 2022, 8:20 AM.

Details

Summary

When a pointer assignment with bounds remapping has a function
reference as its right-hand side, don't check for array conformance.

Diff Detail

Event Timeline

klausler created this revision.Feb 15 2022, 8:20 AM
klausler requested review of this revision.Feb 15 2022, 8:20 AM
PeteSteinfeld accepted this revision.Feb 15 2022, 8:36 AM

There are lots of nooks and crannies in this language.

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 15 2022, 8:36 AM

There are lots of nooks and crannies in this language.

Such a polite way of describing it! I tend to reference historic railway disasters, myself.

Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2022, 9:39 AM