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=78816 --- shadow/78816 2006-07-11 04:47:45.000000000 -0400 +++ shadow/78816.tmp.3995 2006-07-11 04:47:45.000000000 -0400 @@ -0,0 +1,42 @@ +Bug#: 78816 +Product: Mono: Compilers +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [gmcs] Generating invalid IL code + +Description of Problem: +gmcs (v1.1.16) generates invalid IL code with the attached testcase. The +testcase uses a static generic method called from a child class. + +Steps to reproduce the problem: +1. gmcs testcase.cs +2. mono testcase.exe + +Actual Results: +Unhandled Exception: System.InvalidProgramException: Invalid IL code in +Testcase.BaseClass:TestGeneric (): IL_001d: callvirt 0x06000002 + + at <0x00000> <unknown method> + at Testcase.ChildClass.Main (System.String[] args) [0x00000] + + +Expected Results: +Clean run + +How often does this happen? +Always + +Additional Information: +See attached testcase _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
