[Issue 5639] New: allow snn.lib to be replaced by other C runtimes

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5639 Summary: allow snn.lib to be replaced by other C runtimes Product: D Version: D1 D2 Platform: All OS/Version: Windows Status: NEW Severity: enhancement Priority:

[Issue 5640] New: error with constructing RedBlackTree from range of array (typesafe variadics)

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5640 Summary: error with constructing RedBlackTree from range of array (typesafe variadics) Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW

[Issue 5640] error with constructing RedBlackTree from range of array (typesafe variadics)

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5640 --- Comment #1 from Lutger lutger.blijdest...@gmail.com 2011-02-22 01:30:04 PST --- It is an issue with type inference from typesafe variadics, the constructor for RedBlackTree deduces U to immutable(char) rather than string: this(U)(U[]

build my project error with dmd.2.052

2011-02-22 Thread zsxxsz
dmd -oftest adl/*.d main/*.d import/acl/*.d ./lib/lib_acl.a /usr/bin/ld: unrecognized option '--no-warn-search-mismatch' /usr/bin/ld: use the --help option for usage information my ld: GNU ld version 2.17.50.0.6-6.el5 20061020

Re: build my project error with dmd.2.052

2011-02-22 Thread Jonathan M Davis
On Tuesday 22 February 2011 02:10:28 zsxxsz wrote: dmd -oftest adl/*.d main/*.d import/acl/*.d ./lib/lib_acl.a /usr/bin/ld: unrecognized option '--no-warn-search-mismatch' /usr/bin/ld: use the --help option for usage information my ld: GNU ld version 2.17.50.0.6-6.el5 20061020 Please don't

[Issue 4808] UNEXPECTED OPTLINK TERMINATION AT EIP=0042787B

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4808 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

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

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2436 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5641] New: Local instantiation does not save context properly

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5641 Summary: Local instantiation does not save context properly Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 5641] Local instantiation does not save context properly

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5641 --- Comment #1 from Andrei Alexandrescu and...@metalanguage.com 2011-02-22 06:32:25 PST --- Correction. The program should print [false, false, false, false, true]. Alternatively, replacing y = 42 with y = 3 should print the originally claimed

[Issue 5641] Local instantiation does not save context properly

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5641 wfunct...@hotmail.com changed: What|Removed |Added CC||wfunct...@hotmail.com ---

[Issue 5641] Local instantiation does not save context properly

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5641 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

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

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3372 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

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

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3372 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 5623] Slow GC with large heaps

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5623 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5642] New: borken ddoc build using std.random.uniform

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5642 Summary: borken ddoc build using std.random.uniform Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: regression Priority: P2

[Issue 3118] Need a clear spec on how inapplicable attributes are handled

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3118 --- Comment #4 from Stewart Gordon s...@iname.com 2011-02-22 16:11:49 PST --- (In reply to comment #3) attribute int a; attribute: int a; attribute { int a; } should all have the same meaning for a. This whole debate is about legality,

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

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3372 changlon chang...@gmail.com changed: What|Removed |Added CC||chang...@gmail.com ---

[Issue 4275] Unexpected optlink termination when 'export' attribute is missing

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4275 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5643] release

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5643 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3372 --- Comment #6 from Rainer Schuetze r.sagita...@gmx.de 2011-02-22 23:29:12 PST --- I can confirm this bug is fixed. Even if it's only the limit that has been pushed to 32768 without other changes, you won't be able to stuff an object file

[Issue 5644] The mangling of constructors is not documented by the ABI.

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5644 --- Comment #1 from Bernard Helyer blood.of.l...@gmail.com 2011-02-22 23:31:34 PST --- Some poking around reveals that 'this' turns into '__ctor', and then it is just mangled as a function. This should be documented in the ABI section. --

[Issue 5644] New: The mangling of constructors is not documented by the ABI.

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5644 Summary: The mangling of constructors is not documented by the ABI. Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal