Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79956 --- shadow/79956 2006-11-17 08:41:47.000000000 -0500 +++ shadow/79956.tmp.29009 2007-01-18 13:30:51.000000000 -0500 @@ -1,23 +1,23 @@ Bug#: 79956 -Product: Mono: Runtime +Product: Mono: Compilers Version: 1.2 OS: unknown OS Details: Status: NEW Resolution: Severity: Unknown Priority: Normal -Component: JIT +Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Exception: Invalid IL code +Summary: mcs not making nested enums genericinsts Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: I have an application compiled with Microsoft .NET 2.0, but it gives an @@ -88,6 +88,13 @@ Please attach the compiled .exe. ------- Additional Comments From [EMAIL PROTECTED] 2006-11-17 08:41 ------- Created an attachment (id=18099) compiled .exe which throws the exception + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-18 13:30 ------- +The runtime side of this bug is fixed in svn. +I asked the binary because the gmcs compiled exe worked fine. +The difference is that csc compiles the enum to a generic inst class +with the generic parameters of the nesting generic class. +Since this is a user-visible difference, gmcs should likely do the same. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
