http://d.puremagic.com/issues/show_bug.cgi?id=9055


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE
                 CC|                            |[email protected]
            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 [email protected] 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: -------

Reply via email to