This is an archive of the discontinued LLVM Phabricator instance.

[flang] Improve error message for move_alloc
ClosedPublic

Authored by DavidTruby on Jan 30 2023, 7:56 AM.

Details

Summary

This patch improves the error message when MOVE_ALLOC is passed the same
allocated allocatable as both the to and from arguments.

Diff Detail

Event Timeline

DavidTruby created this revision.Jan 30 2023, 7:56 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 30 2023, 7:56 AM
Herald added a subscriber: sunshaoce. · View Herald Transcript
DavidTruby requested review of this revision.Jan 30 2023, 7:56 AM
klausler accepted this revision.Jan 30 2023, 8:46 AM
This revision is now accepted and ready to land.Jan 30 2023, 8:46 AM
This revision was automatically updated to reflect the committed changes.