This is an archive of the discontinued LLVM Phabricator instance.

[flang] use 1-based dim in transformational runtime error msg
ClosedPublic

Authored by jeanPerier on May 4 2022, 10:08 AM.

Details

Summary

Flang transformational runtime was previously reporting conformity
issues in a zero based fashion to describe which dimension is non
conformant. This may confuse Fortran user, especially when the message
is about a dimension other than the first one.

Diff Detail

Event Timeline

jeanPerier created this revision.May 4 2022, 10:08 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
jeanPerier requested review of this revision.May 4 2022, 10:08 AM
klausler accepted this revision.May 4 2022, 11:15 AM
This revision is now accepted and ready to land.May 4 2022, 11:15 AM