This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add missing source location to a semantic error message
ClosedPublic

Authored by klausler on Oct 4 2022, 3:10 PM.

Details

Summary

Ensure that the semantic error "An allocatable or pointer component
reference must be applied to a scalar base" is emitted with a source
code location.

Diff Detail

Event Timeline

klausler created this revision.Oct 4 2022, 3:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 3:10 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 4 2022, 3:10 PM
PeteSteinfeld accepted this revision.Oct 4 2022, 8:09 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Oct 4 2022, 8:09 PM