[PATCH] D133522: [clang] Fix Complex x Float x Int conversions so it handles type sugar

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 15:25:26 PDT 2022


mizvekov added a comment.

In D133522#3778655 <https://reviews.llvm.org/D133522#3778655>, @ronlieb wrote:

> hopefully will fix this ?
> invalid cast kind for complex value
> UNREACHABLE executed at /clang/lib/AST/ExprConstant.cpp:14263!
> PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and as
> sociated run script.

That looks like a different problem, haven't seen a reproducer yet. Are you able to share it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133522



More information about the cfe-commits mailing list