www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12011] New: "Internal Compiler Error: Null field" on CTFE method call on .init

https://d.puremagic.com/issues/show_bug.cgi?id=12011

           Summary: "Internal Compiler Error: Null field" on CTFE method
                    call on .init
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: CTFE, ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: thecybershadow gmail.com



13:52:40 EET ---
struct S
{
    int f() { return i; }
    enum e = this.init.f();
    int i, j;
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 27 2014