http://d.puremagic.com/issues/show_bug.cgi?id=9055
timon.g...@gmx.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE CC| |timon.g...@gmx.ch Summary|Compiler bails out on |[CTFE] Compiler segfaults |initializing a variable |on paren-free auto-return | |forward referenced member | |function call on | |nonexistent 'this' receiver --- Comment #4 from timon.g...@gmx.ch 2012-11-23 05:53:32 PST --- Reduced test case: class C{ enum a=this.b; auto b(){ return 0; } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------