[Issue 8801] New: assigning to __ctfe crashes the compiler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 11 07:09:05 PDT 2012


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: nobody at puremagic.com
        ReportedBy: monarchdodra at gmail.com


--- Comment #0 from monarchdodra at 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: -------


More information about the Digitalmars-d-bugs mailing list