A defined assignment subroutine invoked in the context of a WHERE
statement or construct must necessarily be elemental (C1032).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109932
[flang] Enforce constraint: defined ass't in WHERE must be elemental ClosedPublic Authored by klausler on Sep 16 2021, 2:54 PM.
Details Summary A defined assignment subroutine invoked in the context of a WHERE
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 27 2021, 12:23 AM This revision was landed with ongoing or failed builds.Sep 27 2021, 10:13 AM Closed by commit rG1c2e5fd66ea2: [flang] Enforce constraint: defined ass't in WHERE must be elemental (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 375323 flang/include/flang/Semantics/expression.h
flang/lib/Semantics/expression.cpp
flang/test/Semantics/assign04.f90
|