[Issue 3522] ICE(cg87.c): variable*array[].

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3522 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 4133] New: Enable __traits on D1

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4133 Summary: Enable __traits on D1 Product: D Version: future Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD

[Issue 2881] x.stringof returns typeof(x).stringof when x is an enum

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2881 --- Comment #4 from nfx...@gmail.com 2010-04-29 01:42:30 PDT --- If you just want to get the member names of a struct, there's an easy work around: use SomeStructType.tupleof.stringof and parse the result. Some strange inconsistency makes dmd

[Issue 3817] Array op: wrong error message

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3817 --- Comment #1 from bearophile_h...@eml.cc 2010-04-29 02:29:55 PDT --- See comments to bug 3522. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3560] foreach on closure corrupted after varargs call

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3560 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||wrong-code

[Issue 3207] gdb: Push D patches upstream

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3207 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 4134] Trailing comma allowed in parameter lists

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4134 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added CC|

[Issue 2549] Segfault on array multiplication.

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2549 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3066] Array operation without a slice as the lvalue accepted, bad codegen

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3066 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4131] break does not work correctly with foreach and associative arrays

2010-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4131 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|