<div dir="ltr">Hello Team,<br>Regarding Bug 46268 (Comparison against fixed-point type leads to crash).<br><br>I have analyzed the stack trace and reproduced the issue in my local build. I see the crash happens in the function <b>getAsComplexIntegerType() (clang/lib/AST/type.cpp)</b>.<br>In this case, the <b>const auto *Complex = getAs<ComplexType>()</b> is NULL, so the function returns NULL, it causes crash. I am not sure why
auto *Complex = getAs<ComplexType>() is NULL, If anyone knows about this function, please let me know.<br><br>Regards,<br>Nadaf.</div>