[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:22:51 -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:21:40 2002
+++ shadow/31051.tmp.11531 Mon Sep 23 15:22:51 2002
@@ -78,6 +78,11 @@
//
- for (int j = 0; j < dims; j++){
+ for (int j = dims - 1; j >= 0; j--){
current_pos [j]++;
if (current_pos [j] < (int) bounds [j])
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)
+