This is an archive of the discontinued LLVM Phabricator instance.

[flang] Load allocatable or pointer box of namelist item from common block
ClosedPublic

Authored by clementval on Sep 22 2022, 12:52 PM.

Details

Summary

If a namelist item is an allocatable or pointer and is also part of a common
block, the box should be loaded from the common block ref.

Diff Detail

Event Timeline

clementval created this revision.Sep 22 2022, 12:52 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Sep 22 2022, 12:52 PM
PeteSteinfeld accepted this revision.Sep 22 2022, 2:25 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Sep 22 2022, 2:25 PM