[flang] use 1-based dim in transformational runtime error msg
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. Differential Revision: https://reviews.llvm.org/D124941
Loading
Please sign in to comment