A recent fix beefed up semantics checking to catch the case of a call
to an external assumed-length character function; this check has false
positives in the case of an assumed-length character function that is
a dummy procedure. These do have a length that is passed in extra
compiler-created arguments. This patch refines the check and undoes some
changes to tests.
Details
Details
Diff Detail
Diff Detail
Event Timeline
flang/test/Evaluate/rewrite01.f90 | ||
---|---|---|
122 | This line rings a bell as a fix up change needed to get fir-dev check-flang runs to pass. |
This line rings a bell as a fix up change needed to get fir-dev check-flang runs to pass.