Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #2011 (closed defect: fixed)

Opened 13 years ago

Last modified 13 years ago

tango.core.sync.Atomic has synvhronized without monitor

Reported by: mwarning Assigned to: community
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: Cc:

Description

GDC fails to compile tango because this line from tango/core/sync/Atomic.d has synchronized without a monitor:

 synchronized void memoryBarrier(bool ll, bool ls, bool sl,bool ss,bool device=false)(){
  dummy=1;
}

Change History

10/27/10 12:15:00 changed by mwarning

  • status changed from new to closed.
  • resolution set to fixed.

(In [5587]) fixes #2011 :: Error compiling fallback code in Atomic