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

          Issue ID: 22517
           Summary: [REG 2.093][ICE] Bus error at dmd/lexer.d:398
           Product: D
           Version: D2
          Hardware: Other
                OS: Solaris
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

This PR caused a regression on SPARC targets.

https://github.com/dlang/dmd/pull/11095

Blindly dereferencing a pointer casted to uint* ignores alignment, which is bad
when strict alignment matters.

--

Reply via email to