[Mono-bugs] [Bug 31051][Nor] Changed - Incorrect emitted code for multidimensional string array initializer
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
23 Sep 2002 19:26:48 -0000
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 hwang_rob@yahoo.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=31051
--- shadow/31051 Mon Sep 23 15:22:51 2002
+++ shadow/31051.tmp.12607 Mon Sep 23 15:26:48 2002
@@ -1,14 +1,14 @@
Bug#: 31051
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: hwang_rob@yahoo.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -83,6 +83,13 @@
break;
------- Additional Comments From hwang_rob@yahoo.ca 2002-09-23 15:22 -------
Created an attachment (id=2353)
patch file against expression.cs (1.355)
+
+------- Additional Comments From hwang_rob@yahoo.ca 2002-09-23 15:26 -------
+Accidentally forgot to include the "Description of Problem" :
+
+When constructing a multidimensional string array with an initializer,
+the resulting code does not correctly set the values of the array
+correctly.