www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13826] New: Move volatileLoad/Store to core.volatile when the

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

--
Dec 06 2014