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

           Summary: [ICE](statement.c line 5037) with throw in nonthrow
                    function
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2012-11-29 05:11:12 PST ---
void main() nothrow {
    throw Exception();
}



DMD 2.061alpha:

test.d(2): Error: no property 'opCall' for type 'object.Exception'
Assertion failure: 'cd' on line 5037 in file 'statement.c'

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

Reply via email to