[Mono-bugs] [Bug 79956][Nor] Changed - mcs not making nested enums genericinsts

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 18 13:30:51 EST 2007


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 lupus at ximian.com.

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: lupus at ximian.com                            
 ReportedBy: hans at hj-ott.de               
 QAContact: mono-bugs at ximian.com
 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 hans at hj-ott.de  2006-11-17 08:41 -------
 Created an attachment (id=18099)
 compiled .exe which throws the exception
 
+
+------- Additional Comments From lupus at ximian.com  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.


More information about the mono-bugs mailing list