[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, 29 May 2003 16:38:16 -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	Mon May 19 05:49:24 2003
+++ shadow/42850.tmp.26405	Thu May 29 16:38:16 2003
@@ -12,12 +12,13 @@
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: MCS Incorrectly handles Decimal constants in multi-bound arrays
+OtherBugsDependingOnThis: 43884
 
 Description of Problem:
 The following program gives a different value when it is compiled in mcs
 and run on mono than when it is compiled on csc and run on mono.
 
 using System;
@@ -42,6 +43,9 @@
 1.1
 
 
 How often does this happen? 
 As shown in the example, the occurence of the bug tends to depend on the
 number of constants in the array.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-29 16:38 -------
+This is from the Rotor test suite. Adding dependency.