http://d.puremagic.com/issues/show_bug.cgi?id=6670
Brad Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #2 from Brad Roberts <[email protected]> 2011-09-17 20:09:02 PDT --- I'm not seeing a dmd crash with this bug (much like not seeing the crash in bug 6669), but I am seeing something odd: import std.concurrency; void main() { int a; atomicOp!"+="(a, 1); } yields: ./../../druntime/import/core/atomic.di(108): Error: cast(shared(const(int)))val is not an lvalue s/std.concurrency/core.atomic/ And it builds. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
