https://issues.dlang.org/show_bug.cgi?id=13826
Issue ID: 13826
Summary: Move volatileLoad/Store to core.volatile when the
volatile keyword is removed
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
It was decided in the conversation for pull request
https://github.com/D-Programming-Language/dmd/pull/4155 that when the volatile
keyword becomes available, volatileLoad/Store intrinsics should be moved to
core.volatile as core.bitop was an unpopular location. See
https://github.com/D-Programming-Language/druntime/pull/892.
--