Thread overview
[Issue 23950] Weird backend fail with noreturn type - cod1.d(4027): Assertion failure
Jun 01, 2023
RazvanN
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

--
December 13
https://issues.dlang.org/show_bug.cgi?id=23950

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20290

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--