[Mono-bugs] [Bug 65320][Wis] Changed - Incrementing a unsafe pointer with a long generates and Invalid IL code ERROR

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Sep 2004 13:33:45 -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 grompf@sublimeintervention.com.

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

--- shadow/65320	2004-09-03 13:33:02.000000000 -0400
+++ shadow/65320.tmp.898	2004-09-03 13:33:45.000000000 -0400
@@ -36,6 +36,14 @@
 ------- Additional Comments From grompf@sublimeintervention.com  2004-09-03 13:26 -------
 I tested this testcase on MS.Net v1.1; it compiles without a problem and the resulting 
 binary runs on MS runtime and Mono runtime.
 
 -kangaroo
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-09-03 13:33 -------
+Some more information; moving this to compilers after conferring with lupus; looking at 
+the il output of the ms.net framework; they do an explicity conv.i after the conv.i8 of the 
+int to cast it back to an int.
+
+-kangaroo
+