Don't emit bogus compile-time error messages about out-of-range values
for the DIM= argument to LBOUND/BOUND when the array in question is an
assumed-rank dummy array argument.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D155494
[flang] Avoid bogus errors with LBOUND/UBOUND(assumed rank array, DIM=) ClosedPublic Authored by klausler on Jul 17 2023, 10:21 AM.
Details Summary Don't emit bogus compile-time error messages about out-of-range values
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 17 2023, 11:42 AM This revision was landed with ongoing or failed builds.Jul 17 2023, 12:45 PM Closed by commit rG755180cf1bae: [flang] Avoid bogus errors with LBOUND/UBOUND(assumed rank array, DIM=) (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 541122 flang/lib/Evaluate/fold-integer.cpp
flang/test/Semantics/misc-intrinsics.f90
|