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=78980 --- shadow/78980 2006-07-30 15:31:23.000000000 -0400 +++ shadow/78980.tmp.16487 2006-07-30 15:31:23.000000000 -0400 @@ -0,0 +1,47 @@ +Bug#: 78980 +Product: Mono: Compilers +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: Ubuntu 6.06 + mono 1.1.16.1 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: GMCS generates invalid IL + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +Compile the attached .cs file with GMCS. The Invalid function produces +invalid IL, while the Valid function, which does the same thing a little +more explicitly, produces valid IL. + + +Steps to reproduce the problem: +1. Compile the attached .cs +2. Look at the IL generated. + +Actual Results: +Invalid IL is generated for the Invalid function. + + +Expected Results: +Valid IL (very similar if not identical to the IL for the Valid function) +should be generated for the Invalid function. + + +How often does this happen? +Every time. + + +Additional Information: +I've reproduced this with gmcs 1.1.16.1 on a Linux box, 1.1.14.0 on a win32 +box, and 1.1.13.2 on a solaris box. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
