[Issue 7772] New: Remove volatile statements from core.thread

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 25 12:20:32 PDT 2012


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 at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-03-25 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: -------


More information about the Digitalmars-d-bugs mailing list