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

           Summary: [CTFE] "bool || void" expression crashes dmd
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: verylonglogin....@gmail.com


--- Comment #0 from Denis <verylonglogin....@gmail.com> 2011-12-24 15:44:57 MSK 
---
---
void f() { }

int g()
{
    bool var;
    var || f(); // crashes dmd
    return 0;
}

enum v = g();
---

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

Reply via email to