[all-commits] [llvm/llvm-project] ea4973: [flang] Improve error message on bad LOGICAL compa...
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Wed Nov 18 13:53:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea4973f2068abfbfd637ed446c18fe2191301cad
https://github.com/llvm/llvm-project/commit/ea4973f2068abfbfd637ed446c18fe2191301cad
Author: Peter Steinfeld <psteinfeld at nvidia.com>
Date: 2020-11-18 (Wed, 18 Nov 2020)
Changed paths:
M flang/lib/Semantics/expression.cpp
A flang/test/Semantics/resolve98.f90
Log Message:
-----------
[flang] Improve error message on bad LOGICAL compare operations
When comparing LOGICAL operands using ".eq." or ".ne." we were not
guiding users to the ".eqv." and ".neqv." operations.
Differential Revision: https://reviews.llvm.org/D91736
More information about the All-commits
mailing list