May 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23950

--- Comment #1 from mail@ernestocastellotti.it ---
The absurd thing is that instead this code compiles and works correctly:

import core.stdc.stdlib;

void main() {
    auto foo = (false != true) && true || abort();
}


This looks just like a bad bug in the backend depending on what the code from the frontend

--
June 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23950

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, ice
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |critical

--