[Issue 2199] Segfault using array operation in function call

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2199 --- Comment #4 from clugd...@yahoo.com.au 2009-04-18 01:04 --- Fixed DMD2.028. Not yet fixed in D1. --

[Issue 2203] typeof(class.template.foo) crashes compiler

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2203 --- Comment #3 from clugd...@yahoo.com.au 2009-04-18 01:05 --- Fixed DMD2.028, not yet fixed in D1. --

[Issue 2577] DMD crashes on foreach of undefined identifier

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2577 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1884] manifest constants for strings

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1884 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2850] New: bad codegen for struct static initializers

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2850 Summary: bad codegen for struct static initializers Product: D Version: 2.012 Platform: PC OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal

[Issue 1702] ICE when identifier is undefined

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1702 clugd...@yahoo.com.au changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 1787] Compiler segfaults on circular references.

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1787 clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch OS/Version|Linux

[Issue 2346] ICE when comparing typedef'd class

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2346 --- Comment #2 from clugd...@yahoo.com.au 2009-04-18 03:53 --- The code should be accepted, but at least it's easy enough to convert the segfault into an error with line number: e2ir.c line 3612. cdfrom =

[Issue 2852] New: Cannot pass temporary result by reference (regression)

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2852 Summary: Cannot pass temporary result by reference (regression) Product: D Version: 2.026 Platform: PC OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 2852] Cannot pass temporary result by reference (regression)

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2852 --- Comment #1 from 2kor...@gmail.com 2009-04-18 07:25 --- Compiler output (dmd2.028): test.d(17): Error: function test.pass (ref Rect rect) does not match parameter types (Rect) test.d(17): Error: get() is not an lvalue --

[Issue 2816] Sudden-death static assert is not very useful

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2816 --- Comment #11 from clugd...@yahoo.com.au 2009-04-18 17:13 --- Found another bug in this patch. Should start the count from 0, not 1. Otherwise you can get a segfault when the out-by-1 error shows up in the only show first and last

[Issue 1138] ICE when tuple template gets indexed

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1138 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1266] Cannot forward reference the typeof of the base type of a pointer whose base type is defined with typeof

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1266 --- Comment #4 from clugd...@yahoo.com.au 2009-04-18 17:45 --- This seems to be fixed on DMD2.028 (although possibly because of some other patch I've made g -- that would indicate that it's a duplicate). Still segfaults on D1.042.

[Issue 2853] New: Property overriding problem

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2853 Summary: Property overriding problem Product: D Version: 1.043 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 2853] Property overriding problem

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2853 --- Comment #1 from 2kor...@gmail.com 2009-04-18 19:23 --- Fake properties must die, all I can say. --

[Issue 2855] New: __traits: no way to get overloads and information for non-instance methods

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2855 Summary: __traits: no way to get overloads and information for non-instance methods Product: D Version: 2.027 Platform: PC OS/Version: Linux Status: NEW

[Issue 2856] New: static opIndex does not compile for a templated struct/class

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2856 Summary: static opIndex does not compile for a templated struct/class Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Keywords: