[Issue 2962] ICE(glue.c) or bad codegen passing variable as template value parameter

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2962 --- Comment #18 from Don clugd...@yahoo.com.au 2009-09-10 01:29:07 PDT --- I don't have a patch, but it's easy to at least get the line number into the ICE message. glue.c line 658: if (v-csym) error(Bugzilla 2962 - Internal Compiler

[Issue 947] offsetof and alignof for an enum field of a struct fail to compile

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=947 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3190] enum doesn't work as the increment in a for loop

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3190 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #2 from

[Issue 2342] derived nested classes in derived outer class.

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2342 David Ferenczi da...@ferenczi.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1175] nested class inheritance

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1175 David Ferenczi da...@ferenczi.net changed: What|Removed |Added CC||ben...@tionex.de

[Issue 888] -cov and _ModuleInfo linking bugs

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=888 David Ferenczi da...@ferenczi.net changed: What|Removed |Added CC||da...@ferenczi.net

[Issue 3309] `Traits` : function parameters name

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3309 --- Comment #2 from Julien Leclercq jul...@onandon.be 2009-09-10 06:59:58 PDT --- Created an attachment (id=450) id.h patch -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 3309] New: `Traits` : function parameters name

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3309 Summary: `Traits` : function parameters name Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3309] `Traits` : function parameters name

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3309 --- Comment #1 from Julien Leclercq jul...@onandon.be 2009-09-10 06:59:30 PDT --- Created an attachment (id=449) Test case -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 3309] `Traits` : function parameters name

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3309 --- Comment #3 from Julien Leclercq jul...@onandon.be 2009-09-10 07:00:29 PDT --- Created an attachment (id=451) id.c patch -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

File.seek OS X dmd 2.031 and 2.032

2009-09-10 Thread Jason
Bug, or (more likely) I'm doing something wrong? seek seems to always throw: std.conv.ConvOverflowError: Error: overflow Conversion underflow Thanks, Jason // import std.stdio; void main(string[] args) { auto f = File(test.txt, w);

[Issue 1312] invariant storage class within a struct/class

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1312 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1410] Aliasing const-typed user defined types not working correctly.

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1410 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1765] foreach scope does not call destructor

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1765 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1929] concatenation of multi-dimensional arrays fails when holding static arrays

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1929 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1571] Segfault(class.c) const on function parameters not carried through to .di file

2009-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1571 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|wrong-code |ice-on-invalid-code, patch