www.digitalmars.com         C & C++   DMDScript  

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

reply d-bugmail puremagic.com writes:
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



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: -------
Nov 29 2012
parent d-bugmail puremagic.com writes:
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



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: -------
Jan 12 2013