[Mono-bugs] [Bug 615022] New: internal compiler error when using dynamic objects

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 17 04:42:15 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=615022

http://bugzilla.novell.com/show_bug.cgi?id=615022#c0


           Summary: internal compiler error when using dynamic objects
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


test case:

using System.Collections.Generic;

namespace xdynamic {
    public class C<U> : List<dynamic>
    {
    }
}

compiling with dmcs results in:
test.cs(4,22): error CS0584: Internal compiler error: Object reference not set
to an instance of an object

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list