November 29, 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@puremagic.com
        ReportedBy: bearophile_hugs@eml.cc


--- Comment #0 from bearophile_hugs@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: -------
January 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9095


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|rejects-valid               |ice
             Status|NEW                         |RESOLVED
                 CC|                            |yebblies@gmail.com
           Platform|x86                         |All
         Resolution|                            |DUPLICATE
         OS/Version|Windows                     |All


--- Comment #1 from yebblies <yebblies@gmail.com> 2013-01-13 17:49:33 EST ---
There is no rejects-valid here.

*** This issue has been marked as a duplicate of issue 9291 ***

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