[Mono-bugs] [Bug 43670][Nor] Changed - Invalid IL code generated by mono mcs 0.24

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 12:26:10 -0400 (EDT)


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 sebastian.nowozin@web.de.

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

--- shadow/43670	Mon May 26 11:51:49 2003
+++ shadow/43670.tmp.13457	Mon May 26 12:26:10 2003
@@ -69,6 +69,11 @@
 ------- Additional Comments From lupus@ximian.com  2003-05-26 11:51 -------
 Confirmed bug in mcs: the compiler needs to insert a conv.i8 or
 conv.u8 before a 32bit integer is used in math expressions with a 64
 bit one (in theis case the mul).
 Also note that the program is wrong (it uses char instead of byte) so
 it will read random memory instead of the pixbuf data.
+
+------- Additional Comments From sebastian.nowozin@web.de  2003-05-26 12:26 -------
+Yes, the source has been reduced in size, just leaving enough to
+reproduce the bug. (The attached version was never meant to be
+meaningful/working).