[Issue 3372] optlink silently mistreats object files with more than 16384 symbols

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3372 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3544] optlink termination 0041338f with recursive nested functions

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4780] d-programming-language.org: CSS is completely borked

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4780 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3627] -of with a filename with a double extension confuses linker

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3627 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||bitwo...@qq.com ---

[Issue 2436] Unexpected OPTLINK termination EIP = 00425303 with /co

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2436 Max Samukha samu...@voliacable.com changed: What|Removed |Added Severity|critical|normal ---

D2 Associative Arrays keys has a bug

2010-09-02 Thread soarowl
private import std.stdio; static ubyte[] data = [1, 3, 5, 7, 9, 7, 5]; void main() { int[ubyte] set; foreach(e; data) set[e]++; //foreach(k, v; set) std.stdio.writef(%d: %d , k, v); foreach(e; set.keys.sort) std.stdio.writef(%d , e); //foreach(e; set.values)

Re: D2 Associative Arrays keys has a bug

2010-09-02 Thread Steven Schveighoffer
On Thu, 02 Sep 2010 06:28:14 -0400, soarowl soar...@yeah.net wrote: private import std.stdio; static ubyte[] data = [1, 3, 5, 7, 9, 7, 5]; void main() { int[ubyte] set; foreach(e; data) set[e]++; //foreach(k, v; set) std.stdio.writef(%d: %d , k, v); foreach(e;

[Issue 4594] itfi fails to detect correct types in the face of differing qualifiers

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4594 Michal Minich michal.min...@gmail.com changed: What|Removed |Added CC|

[Issue 2594] Const/immutable should not matter for value types in IFTI

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2594 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 4594] itfi fails to detect correct types in the face of differing qualifiers

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4594 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4789] New: std.algorithm.sort bug

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4789 Summary: std.algorithm.sort bug Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4790] New: Wrong code when updating struct member value from fiber

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4790 Summary: Wrong code when updating struct member value from fiber Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords:

[Issue 4789] std.algorithm.sort bug

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4789 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4791] New: Assigning a static array to itself should be allowed

2010-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4791 Summary: Assigning a static array to itself should be allowed Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2