An assumed-size dummy array argument with INTENT(OUT) can't have a type
that might require any runtime (re)initialization, since the size of the
array is not known.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139149
[flang] Check constraint C834 on INTENT(OUT) assumed-size dummy arrays ClosedPublic Authored by klausler on Dec 1 2022, 2:55 PM.
Details Summary An assumed-size dummy array argument with INTENT(OUT) can't have a type
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 1 2022, 11:12 PM Closed by commit rGfaa1338ccdc5: [flang] Check constraint C834 on INTENT(OUT) assumed-size dummy arrays (authored by klausler). · Explain WhyDec 4 2022, 10:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479932 flang/include/flang/Semantics/type.h
flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/call29.f90
|