[Mono-bugs] [Bug 73077][Maj] Changed - Increment and Decrement operators doesn't works
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 11:22:53 -0500 (EST)
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 cesar@ciencias.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=73077
--- shadow/73077 2005-03-01 09:54:59.000000000 -0500
+++ shadow/73077.tmp.11655 2005-03-01 11:22:53.000000000 -0500
@@ -70,6 +70,10 @@
belongs to runtime support code, now i have to check the compiler code
and do the proper changes to create all PostOrPrefixOperators
instances before everyting, because at this moment these instances are
being created before your use and not after their variable declaration.
+
+------- Additional Comments From cesar@ciencias.unam.mx 2005-03-01 11:22 -------
+The IL generated can stay as it is, there's no problem with it, don't
+lose your time with it, implement the runtime support.