[Issue 13826] Move volatileLoad/Store to core.volatile when the volatile keyword is removed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Aug 29 18:40:24 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=13826
--- Comment #7 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #10370 "Fix Issue 13826 - Move volatileLoad/Store to
core.volatile when the volatile keyword is removed" was merged into master:
- e0e2071e059d6e2849e1fc962d61f891c2d100f2 by Ernesto Castellotti:
Fix Issue 13826 - Move volatileLoad/Store to core.volatile when the volatile
keyword is removed
This PR move the intrinsic volatileLoad and volatileStore into core.volatile,
as promised by the discussion in #892
and #4155.
This PR removes the support for the intrinsic of volatileLoad and
volatileStore in the core.bitop module
This PR depends on: dlang/druntime#2773
Signed-off-by: Ernesto Castellotti <erny.castell at gmail.com>
https://github.com/dlang/dmd/pull/10370
--
More information about the Digitalmars-d-bugs
mailing list