[Issue 4839] New: CodeView: Segment end address is wrong

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4839 Summary: CodeView: Segment end address is wrong Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3564] Rdmd failing to link external C libraries

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3564 Nick Sabalausky changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 3564] Rdmd failing to link external C libraries

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3564 Nick Sabalausky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3564] Rdmd failing to link external C libraries

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3564 Nick Sabalausky changed: What|Removed |Added CC||cbkbbej...@mailinator.com --- Commen

[Issue 4838] Cannot declare a delegate variable for const member functions

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4838 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4814] rdmd: Doesn't rebuild when using -of and turning an -L linker option on or off

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4814 Nick Sabalausky changed: What|Removed |Added Summary|rdmd: Doesn't rebuild when |rdmd: Doesn't rebuild when

[Issue 4834] Implicit sharing via delegates in std.concurrency

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4834 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4838] New: Cannot declare a delegate variable for const member functions

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4838 Summary: Cannot declare a delegate variable for const member functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major

[Issue 4826] "cannot create associative array" and compiler crash

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4826 --- Comment #5 from Don 2010-09-07 13:47:50 PDT --- The segfault should be turned into an ICE by adding an extra assert into TypeAArray::getImpl(), in mtype.c 3967. +assert(ti->inst || sc); ti->semantic(sc); ti->semanti

[Issue 4837] New: Assertion failure: '0' on line 608(614) in file 'constfold.c' during CTFE

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4837 Summary: Assertion failure: '0' on line 608(614) in file 'constfold.c' during CTFE Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 4836] New: "duplicated union initialization" without a union

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4836 Summary: "duplicated union initialization" without a union Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4835] DMD should warn about integer overflow in computed constant

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4835 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4835] New: DMD should warn about integer overflow in computed constant

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4835 Summary: DMD should warn about integer overflow in computed constant Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: enhan

[Issue 4826] "cannot create associative array" and compiler crash

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4826 --- Comment #4 from Don 2010-09-07 00:04:26 PDT --- Actually even with the patch for bug 3996, I found a test case which still segfaults: struct Struct4826 { } void bug4826b(T)(int[int] value) {} void test4826b() { bug4826b(S

[Issue 4826] "cannot create associative array" and compiler crash

2010-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4826 Don changed: What|Removed |Added Keywords||diagnostic --- Comment #3 from Don 2010-09-06 2