www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7772] New: Remove volatile statements from core.thread

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7772

           Summary: Remove volatile statements from core.thread
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



12:20:57 PDT ---
This is problematic for build tools that manually compile druntime/phobos.
Without -d core.thread won't compile. I don't know why it's ok to ship code
with DMD that requires deprecated features:

D:\DMD\dmd2\src\druntime\src\core\thread.d(888): volatile statements
deprecated; use synchronized statements instead
D:\DMD\dmd2\src\druntime\src\core\thread.d(2953): volatile statements
deprecated; use
synchronized statements instead
D:\DMD\dmd2\src\druntime\src\core\thread.d(3960): volatile statements
deprecated; use
synchronized statements instead
D:\DMD\dmd2\src\druntime\src\core\thread.d(3968): volatile statements
deprecated; use
synchronized statements instead
D:\DMD\dmd2\src\druntime\src\core\thread.d(3995): volatile statements
deprecated; use
synchronized statements instead
D:\DMD\dmd2\src\druntime\src\core\thread.d(4004): volatile statements
deprecated; use
synchronized statements instead

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 25 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7772


Alex Rønne Petersen <alex lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alex lycus.org
         Resolution|                            |FIXED



CEST ---
This now done.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 09 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7772




17:05:28 PDT ---
Thanks.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 09 2012