[Issue 9095] New: [ICE](statement.c line 5037) with throw in nonthrow function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 29 05:11:13 PST 2012


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: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 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: -------


More information about the Digitalmars-d-bugs mailing list