[Mono-bugs] [Bug 75426][Min] New - Embedded assignment
optimalization
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 30 09:00:57 EDT 2005
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 marek.safar at seznam.cz.
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: mono-bugs at ximian.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+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:
More information about the mono-bugs
mailing list