[Issue 3009] format.d(2072) uses deprecated function

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3009 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 3005] ill-defined for statement

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3005 Stewart Gordon changed: What|Removed |Added Keywords|accepts-invalid |spec --- Comment #2 from Stewart Go

[Issue 2540] super can not be using in alias statement

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2540 Jarrett Billingsley changed: What|Removed |Added CC||jarrett.billings...@gmail.c

[Issue 3008] Members of non-lvalues can be assigned to.

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3008 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comme

[Issue 3009] New: format.d(2072) uses deprecated function

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3009 Summary: format.d(2072) uses deprecated function Product: D Version: 2.030 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Compo

[Issue 2576] ICE(mtype.c, MODconst) - forward reference of aliased-type string constant

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2576 --- Comment #1 from Don 2009-05-19 01:27:05 PDT --- This was failing for me in 2.029, but it works for me in 2.030. I think it may have been fixed in 2.030. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 3006] ICE(e2ir.c, tocsym.c) template module using array operation

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3006 Don changed: What|Removed |Added Summary|ICE(e2ir.c) template module |ICE(e2ir.c, tocsym.c) |using ar

[Issue 1969] ICE(cod1.c) using undefined operator with one const operand

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1969 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|Internal

[Issue 2672] Delegate .funcptr returns wrong type.

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2672 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #4 from Don

[Issue 1459] ICE(cgcs.c) on attempt to set value of non-lvalue return struct

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1459 --- Comment #1 from Don 2009-05-19 00:30:19 PDT --- Marginally simpler test case - struct Payload { int x; } Payload y; Payload property() { return y; } void main() { property() = y; } -- Configure issuemail: http://d.puremagi

[Issue 1140] ICE(cod1.c) casting last function parameter to struct.

2009-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1140 Don changed: What|Removed |Added Summary|ICE(cod1.c) casting tuple |ICE(cod1.c) casting last |membe