[Issue 13826] New: Move volatileLoad/Store to core.volatile when the volatile keyword is removed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Dec 6 16:47:44 PST 2014


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: nobody at puremagic.com
          Reporter: slavo5150 at yahoo.com

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.

--


More information about the Digitalmars-d-bugs mailing list