www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 23461] New: [ICE] dmd: src/dmd/backend/cod1.d:2037: Assertion

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 puremagic.com
          Reporter: ibuclaw gdcproject.org

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

--
Nov 05 2022