This is an archive of the discontinued LLVM Phabricator instance.

[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
guiding users to the ".eqv." and ".neqv." operations.

Diff Detail

Event Timeline

PeteSteinfeld created this revision.Nov 18 2020, 12:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2020, 12:44 PM
PeteSteinfeld requested review of this revision.Nov 18 2020, 12:44 PM
PeteSteinfeld added a project: Restricted Project.Nov 18 2020, 12:44 PM
klausler accepted this revision.Nov 18 2020, 1:22 PM
This revision is now accepted and ready to land.Nov 18 2020, 1:22 PM