[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541 mpi...@gmail.com changed: What|Removed |Added Attachment #541 is|0 |1 obsolete|

[Issue 3690] New: Folding Complex!(Complex!T) to Complex!T

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3690 Summary: Folding Complex!(Complex!T) to Complex!T Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 C

[Issue 3687] Array operation "slice times scalar" tramples over memory

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3687 --- Comment #1 from Clemens 2010-01-08 06:53:11 PST --- Created an attachment (id=548) patch against druntime to fix the problem -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 3687] Array operation "slice times scalar" tramples over memory

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3687 --- Comment #2 from Clemens 2010-01-08 06:55:22 PST --- Yes, it is buggy. I've uploaded a patch to fix the routine which does float array times scalar multiplication, though probably it's a better idea to file it at druntime directly. I'll cros

[Issue 3691] New: compiler 1.055 crashes with some invalid code in is(typeof())

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3691 Summary: compiler 1.055 crashes with some invalid code in is(typeof()) Product: D Version: 1.054 Platform: Other OS/Version: Mac OS X Status: NEW Severity

[Issue 3691] compiler 1.055 crashes with some invalid code in is(typeof())

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3691 Matti Niemenmaa changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3685] dmd silently exits on valid code

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3685 Matti Niemenmaa changed: What|Removed |Added CC||fa...@gmx.ch --- Comment #1 from Mat

[Issue 3687] Array operation "slice times scalar" tramples over memory

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3687 --- Comment #3 from Clemens 2010-01-08 09:20:06 PST --- I've realized that the other float array operations of the form "array op= scalar" suffer from the same problem. Please hold off with applying this patch, I'll provide a more general one.

[Issue 3692] New: Compiler with associative arrays when std.variant is imported

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3692 Summary: Compiler with associative arrays when std.variant is imported Product: D Version: 2.038 Platform: x86 OS/Version: Linux Status: NEW Severity: nor

[Issue 3692] Compiler with associative arrays when std.variant is imported

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3692 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3552] ICE(mtype.c): declaring a variable called 'AssociativeArray' then using an AA.

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3552 Don changed: What|Removed |Added CC||l...@stackedboxes.org --- Comment #5 from Don 2

[Issue 3685] Regression(D1 only): DMD silently exits on valid code

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3685 Don changed: What|Removed |Added Keywords||patch CC|