[flang-commits] [PATCH] D126390: [flang] Address regression (calls to assumed-length character function dummy procedures)
vdonaldson via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed May 25 10:30:18 PDT 2022
vdonaldson added inline comments.
================
Comment at: flang/test/Evaluate/rewrite01.f90:122
print *, len(b(a))
- !CHECK: PRINT *, int(10_8+int(a%len,kind=8),kind=4)
+ !CHECK: PRINT *, len(b(a)//a)
print *, len(b(a) // a)
----------------
This line rings a bell as a fix up change needed to get fir-dev check-flang runs to pass.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126390/new/
https://reviews.llvm.org/D126390
More information about the flang-commits
mailing list