[Issue 3464] is( void function() == function) is false

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3464 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 2479] Badcode regression: closure corrupts _argptr value

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2479 --- Comment #6 from Don clugd...@yahoo.com.au 2009-11-02 00:20:19 PST --- I have patched Phobos so that original symptom is fixed. The compiler bug is that in FuncDeclaration::buildClosure() in toir.c, variadic arguments aren't supported, but

[Issue 3466] New: Wrong JSON output for templated classes and structs

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3466 Summary: Wrong JSON output for templated classes and structs Product: D Version: 2.035 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 3456] ref foreach over array in CTFE silently fails.

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3456 --- Comment #1 from Don clugd...@yahoo.com.au 2009-11-02 04:58:07 PST --- This is a duplicate of bug 1330. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2479] Badcode regression: closure corrupts _argptr value

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2479 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 3468] dmd allows negative values to be assigned to an uint variable

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

[Issue 3469] New: ICE in func.c

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3469 Summary: ICE in func.c Product: D Version: 2.035 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 2927] Ignore Interior GC attribute

2009-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2927 --- Comment #5 from Walter Bright bugzi...@digitalmars.com 2009-11-02 23:44:29 PST --- The problem is, I don't see how an interior pointer could be prevented. You can always take a slice to the interior array, so there is an interior pointer.