[Issue 20844] DMD compiler should take care of data alignment, after seeing the 'cas' call

2020-05-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20844

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

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

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

--


[Issue 20844] DMD compiler should take care of data alignment, after seeing the 'cas' call

2020-05-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20844

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com
  Component|dmd |druntime

--


[Issue 20844] DMD compiler should take care of data alignment, after seeing the 'cas' call

2020-05-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20844

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@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

--