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

           Summary: assigning to __ctfe crashes the compiler
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: monarchdo...@gmail.com


--- Comment #0 from monarchdo...@gmail.com 2012-10-11 06:44:49 PDT ---
2.060

//----
void main()
{
    bool __ctfe = true;
}
//----
Internal error: ..\ztc\cgcs.c 522
//----

__ctfe is a reserved word, so the code is (arguably) invalid.

Still, compiler internal error.

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

Reply via email to