[Mono-bugs] [Bug 75708][Maj] Changed - Numerical shifting of large integers doesn't work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 19 10:20:54 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 mike at wege.net.

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

--- shadow/75708	2005-08-19 10:20:26.000000000 -0400
+++ shadow/75708.tmp.11338	2005-08-19 10:20:54.000000000 -0400
@@ -207,6 +207,31 @@
 on Mono or MS.NET?
 
 ------- Additional Comments From mike at wege.net  2005-08-19 10:20 -------
 Created an attachment (id=15591)
 Test project to illustrate incompatibility with .NET 2.0 Beta 2
 
+
+------- Additional Comments From mike at wege.net  2005-08-19 10:20 -------
+The project in the attachment (complete project with binaries - I hope
+it's not too large) does exactly that - looks like the problem only
+occurs in .NET 2.0 Beta 2 - here's the program output:
+
+s8: 1
+u8: 1
+s16: 1
+u16: 1
+s32: 1
+u32: 1
+s64: 1
+u64: 1
+
+s8: 0
+u8: 0
+s16: 0
+u16: 0
+s32: 1
+u32: 1
+s64: 1
+u64: 1
+Press any key to continue . . .
+


More information about the mono-bugs mailing list