https://issues.dlang.org/show_bug.cgi?id=13826
--- Comment #5 from Dlang Bot <[email protected]> --- @ErnyTech created dlang/dmd pull request #10370 "Fix Issue 13826 - Move volatileLoad/Store to core.volatile when the volatile keyword is removed" fixing this issue: - 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 dlang/dmd#4155. This PR removes the support for the intrinsic of volatileLoad and volatileStore in the core.bitop module This PR depends on: https://github.com/dlang/druntime/pull/2773 Signed-off-by: Ernesto Castellotti <[email protected]> https://github.com/dlang/dmd/pull/10370 --
