November 25
https://issues.dlang.org/show_bug.cgi?id=24881

--- Comment #1 from basile-z <b2.temp@gmx.com> ---
Seems to happen only with `is`, comparisons, and relationals operators.

--
6 days ago
https://issues.dlang.org/show_bug.cgi?id=24881

--- Comment #2 from basile-z <b2.temp@gmx.com> ---
LDC2 crashes too since v1.35. Previously it generated bad code for `c` (see https://godbolt.org/z/cEM1MEevE), i.e `true` whatever the functions were pointing to.

--