When comparing LOGICAL operands using ".eq." or ".ne." we were not
guiding users to the ".eqv." and ".neqv." operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91736
[flang] Improve error message on bad LOGICAL compare operations ClosedPublic Authored by PeteSteinfeld on Nov 18 2020, 12:44 PM.
Details Summary When comparing LOGICAL operands using ".eq." or ".ne." we were not
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 18 2020, 1:22 PM Closed by commit rGea4973f2068a: [flang] Improve error message on bad LOGICAL compare operations (authored by PeteSteinfeld). · Explain WhyNov 18 2020, 1:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 306214 flang/lib/Semantics/expression.cpp
flang/test/Semantics/resolve98.f90
|