Fix alignment of buffers in kernighan_ritchie unittests.#8965
Fix alignment of buffers in kernighan_ritchie unittests.#8965dlang-bot merged 1 commit intodlang:stablefrom
Conversation
|
Thanks for your pull request and interest in making D better, @JohanEngelen! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "stable + phobos#8965" |
|
|
|
Please target Edit: Btw, this was already a problem 7 years ago in #5345. ;) |
This fixes a bug with strong optimization (LDC LTO).
ubytearrays are not necessarily word aligned.