[Issue 23461] New: [ICE] dmd: src/dmd/backend/cod1.d:2037: Assertion 'false' failed.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 5 15:53:34 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23461

          Issue ID: 23461
           Summary: [ICE] dmd: src/dmd/backend/cod1.d:2037: Assertion
                    'false' failed.
           Product: D
           Version: D2
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

alias int4 = __vector(int[4]);
int4 and(int a) { return a && true; }
int4 or(int a) { return a || false; }

--


More information about the Digitalmars-d-bugs mailing list