[Issue 18943] core.internal.hash remove outdated special case for DMD unaligned reads

2018-06-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18943

github-bugzi...@puremagic.com changed:

   What|Removed |Added

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

--


[Issue 18943] core.internal.hash remove outdated special case for DMD unaligned reads

2018-06-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18943

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/552f9e20c26e3451113eed32f21cbd6012c00800
Fix Issue 18943 - core.internal.hash remove outdated special case for DMD
unaligned reads

https://github.com/dlang/druntime/commit/2aac1d568ddb3fec0172afb2a180dad70354ed31
Merge pull request #2210 from n8sh/core-hash-18943

Fix Issue 18943 - core.internal.hash remove outdated special case for DMD
unaligned reads
merged-on-behalf-of: David Nadlinger 

--


[Issue 18943] core.internal.hash remove outdated special case for DMD unaligned reads

2018-06-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18943

--- Comment #1 from Nathan S.  ---
Pull request: https://github.com/dlang/druntime/pull/2210

--