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=75426 --- shadow/75426 2005-06-30 09:00:57.000000000 -0400 +++ shadow/75426.tmp.22603 2005-06-30 09:00:57.000000000 -0400 @@ -0,0 +1,49 @@ +Bug#: 75426 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Embedded assignment optimalization + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +We should be able to optimize this. + + +Steps to reproduce the problem: +1. + + public class MainClass { + public static void Main(string[] args) + { + int i = i = i = i = i = i = i = 4; + } + } + +2. +3. + +Actual Results: + + +Expected Results: + +One assignment is enough + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
