Thread overview
[Issue 20844] DMD compiler should take care of data alignment, after seeing the 'cas' call
May 19, 2020
Dlang Bot
May 21, 2020
RazvanN
May 26, 2020
Dlang Bot
May 19, 2020
https://issues.dlang.org/show_bug.cgi?id=20844

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke created dlang/druntime pull request #3109 "Fix Issue 20844 - Insufficient alignment check for 16-bytes CAS on x86_64" fixing this issue:

- Fix Issue 20844 - Insufficient alignment check for 16-bytes CAS on x86_64

https://github.com/dlang/druntime/pull/3109

--
May 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20844

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
          Component|dmd                         |druntime

--
May 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20844

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3109 "Fix Issue 20844 - Insufficient alignment check for 16-bytes CAS on x86_64" was merged into master:

- 1e50000f3691b2b0e616dc383d792b1537e072df by Martin Kinkelin:
  Fix Issue 20844 - Insufficient alignment check for 16-bytes CAS on x86_64

https://github.com/dlang/druntime/pull/3109

--