[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 15:37:40 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=13826

--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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 <erny.castell at gmail.com>

https://github.com/dlang/dmd/pull/10370

--


More information about the Digitalmars-d-bugs mailing list