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: [email protected]
          Reporter: [email protected]

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

--

Reply via email to