[PATCH] D83917: [flang] Fix an assertion error when a BOZ literal is used as a relational operator

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 21:16:29 PDT 2020


PeteSteinfeld updated this revision to Diff 279332.
PeteSteinfeld added a comment.

I handled comparing BOZ literals to REAL operands in the same way as the rest
of the compiler.  I also now handle comparing a BOZ literal to another BOZ
literal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83917

Files:
  flang/lib/Semantics/expression.cpp
  flang/test/Semantics/resolve63.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83917.279332.patch
Type: text/x-patch
Size: 4631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200721/3df18af5/attachment-0001.bin>


More information about the llvm-commits mailing list