@ErnyTech created dlang/druntime pull request #2773 "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 https://github.com/dlang/druntime/pull/892
and https://github.com/dlang/dmd/pull/4155.
Currently an alias is maintained in core.bitop to avoid broken code,
the alias is marked as deprecated to warn users of the displacement
occurred in the core.volatile
You should probably schedule a removal of the alias from core.bitop and
publish it in https://dlang.org/deprecate.html
Signed-off-by: Ernesto Castellotti <[email protected]>
https://github.com/dlang/druntime/pull/2773
Comment #5 by dlang-bot — 2019-08-29T15:37:40Z
@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
Comment #6 by dlang-bot — 2019-08-29T17:19:51Z
dlang/druntime pull request #2773 "Fix Issue 13826 - Move volatileLoad/Store to core.volatile when the volatile keyword is removed" was merged into master:
- bc1ef748ca37533500f6d510bef854420ce6febf 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 dlang/dmd#4155.
Currently an alias is maintained in core.bitop to avoid broken code,
the alias is marked as deprecated to warn users of the displacement
occurred in the core.volatile
You should probably schedule a removal of the alias from core.bitop and
publish it in https://dlang.org/deprecate.html
Signed-off-by: Ernesto Castellotti <[email protected]>
https://github.com/dlang/druntime/pull/2773
Comment #7 by dlang-bot — 2019-08-29T18:40:24Z
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 <[email protected]>
https://github.com/dlang/dmd/pull/10370