[flang-commits] [PATCH] D142762: [flang] Warn about defined operator with too few/many dummy arguments

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Jan 27 09:45:18 PST 2023


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
klausler requested review of this revision.

A function in a defined operator generic interface will syntactically
have one or two arguments.  If a defined operator includes a specific 
function with 0 or more than 2 dummy arguments, there's no way that it
could be invoked by way of the interface.  Emit a warning.


https://reviews.llvm.org/D142762

Files:
  flang/include/flang/Parser/message.h
  flang/lib/Semantics/check-declarations.cpp
  flang/lib/Semantics/resolve-names.cpp
  flang/test/Semantics/generic04.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142762.492820.patch
Type: text/x-patch
Size: 4536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230127/8451241f/attachment-0001.bin>


More information about the flang-commits mailing list