[Issue 3259] New: Dynamic Initialization of Structs fails type check for some cases

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3259 Summary: Dynamic Initialization of Structs fails type check for some cases Product: D Version: 2.031 Platform: All OS/Version: All Status: NEW Keywords: a

[Issue 810] Cannot forward reference template

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

[Issue 2665] ICE(cod4.c) on certain const struct function return types

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2665 Don changed: What|Removed |Added CC||kolo...@bk.ru --- Comment #2 from Don 2009-0

[Issue 3203] ICE in ztc\cod4.c(354) when returning a constant structure

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

[Issue 810] Cannot forward reference template

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=810 --- Comment #3 from Matti Niemenmaa 2009-08-19 09:49:00 PDT --- Right you are; I checked and indeed, flipping the two lines doesn't make the code acceptable even with DMD 1.00. My bad, I presumably changed it from "class" to "template" at th

[Issue 3258] Calling private or package override methods calls the base implementation

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3258 Stewart Gordon changed: What|Removed |Added CC||s...@iname.com --- Comment #1 from

[Issue 3258] Calling private or package override methods calls the base implementation

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3258 Matti Niemenmaa changed: What|Removed |Added CC||matti.niemenmaa+dbugzi...@i

[Issue 3260] New: "Error: undefined identifier backend" when compiling 'write' with 'wchar'

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3260 Summary: "Error: undefined identifier backend" when compiling 'write' with 'wchar' Product: D Version: 2.031 Platform: x86 OS/Version: Linux Status: NEW K

[Issue 3261] New: compiler crash with mixin and forward reference (Issue 402 and 784)

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3261 Summary: compiler crash with mixin and forward reference (Issue 402 and 784) Product: D Version: 2.032 Platform: x86 OS/Version: Windows Status: NEW Sever

[Issue 3258] Calling private or package override methods calls the base implementation

2009-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3258 --- Comment #3 from Diggory 2009-08-19 23:14:26 PDT --- With private functions, yes. But I've never heard that package functions can't be virtual. Stewart Gordan, are you saying package functions aren't virtual by design (I hope not), or th

[Issue 3258] Calling private or package override methods calls the base implementation

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