[Issue 5664] Cannot compile static synchronized member function.

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 --- Comment #1 from Takuya Kurosawa 2011-02-28 01:37:52 PST --- dmd version: 2.052 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5664] Cannot compile static synchronized member function.

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 wolfwood changed: What|Removed |Added CC||transmethyl+...@gmail.com Platform

[Issue 5664] Cannot compile static synchronized member function.

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 --- Comment #3 from wolfwood 2011-04-27 21:07:35 PDT --- (In reply to comment #2) > static sychronized is now broken in the DMDFE 1.067, used to work in 1.066. > seems that some D2 code was merged between these two versions. this was broken

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 wolfwood changed: What|Removed |Added AssignedTo|nob...@puremagic.com|transmethyl+...@gmail.com --- Comment #4 fr

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 --- Comment #5 from wolfwood 2011-05-03 11:40:23 PDT --- fixed in this pull request. https://github.com/D-Programming-Language/dmd/pull/48 (In reply to comment #3) > (In reply to comment #2) > > static sychronized is now broken in the DMDFE

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 wolfwood changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5664] Cannot compile static synchronized member function.

2011-05-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 5664] Cannot compile static synchronized member function.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5664 Andrei Alexandrescu changed: What|Removed |Added Version|D1 & D2 |D2 --