[Mono-bugs] [Bug 76840][Wis] Changed - mjs miscompiles do-while that uses ++ operator and assigment as part of condition.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 28 16:15:48 EST 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 cnataren at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76840

--- shadow/76840	2005-11-28 15:55:40.000000000 -0500
+++ shadow/76840.tmp.10105	2005-11-28 16:15:48.000000000 -0500
@@ -60,6 +60,11 @@
 var x = 0;
 do
 {
     if (x++ == 3) done = true;
 } while (!done);
 
+
+------- Additional Comments From cnataren at novell.com  2005-11-28 16:15 -------
+This bug breaks  js1_2/statements/do_while.js
+
+


More information about the mono-bugs mailing list