[PATCH] D84290: [Flang] Fix for the scenario when type guard has intrinsic type specification and Selector is NOT unlimited Polymorphic.

Inderjeet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 26 18:35:31 PDT 2020


inderjeet-hcl updated this revision to Diff 280766.
inderjeet-hcl added a comment.

Kindly review modified sources and test program. Modifications contain fix for Bugs: 46789 and 46830.

Source file check-select-type.cpp is updated for following points:

- updated text of new message.
- modified function PassesChecksOnGuard to generate correct messages for Intrinsic type.
- For better code readability, modified PassesChecksOnGuard to remove extra if/else conditions and added CHECK() .

Following test program are modified:
selecttype01.f90
symbol11.f90


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84290/new/

https://reviews.llvm.org/D84290

Files:
  flang/lib/Semantics/check-select-type.cpp
  flang/test/Semantics/selecttype01.f90
  flang/test/Semantics/symbol11.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84290.280766.patch
Type: text/x-patch
Size: 6097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200727/59ab9d7d/attachment.bin>


More information about the llvm-commits mailing list