[Mono-bugs] [Bug 42850][Nor] Changed - MCS Incorrectly handles Decimal constants in multi-bound arrays

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 10 Jul 2003 10:33:24 -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 bmaurer@users.sf.net.

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

--- shadow/42850	Thu Jul 10 09:16:34 2003
+++ shadow/42850.tmp.28593	Thu Jul 10 10:33:24 2003
@@ -68,6 +68,14 @@
 The same happens if you compile the testcase with csc and run the
 binary with mono.
 
 ------- Additional Comments From martin@ximian.com  2003-07-10 09:16 -------
 C.cs looks like the original testcase, but the array is much bigger. 
 The problem only occurs when using very big arrays.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-07-10 10:33 -------
+Martin,
+
+Thanks for fixing the MCS part :).
+
+What exception are you getting now on mono? Could this be related to 
+45817?