[Mono-bugs] [Bug 31673][Nor] Changed - shl opcode behaviour
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Sep 2003 10:37:38 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31673
--- shadow/31673 2002-10-03 14:58:13.000000000 -0400
+++ shadow/31673.tmp.337 2003-09-04 10:37:38.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 31673
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
@@ -42,6 +42,14 @@
there something that is breaking because of this missing code?
Setting this as NEEDINFO in the meantime.
Miguel.
+
+------- Additional Comments From lupus@ximian.com 2003-09-04 10:37 -------
+Bernie Solomon reports on the recent BigInteger-related thread on
+mono-devel:
+Though the C# spec is more specific:
+ If expr is an int or uint (32-bit quantity), the shift count is
+given by the low-order five bits of count (count & 0x1f).
+