[Mono-bugs] [Bug 30073][Nor] Changed - redim of an array with variable bound parameter fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Oct 2003 12:00:56 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=30073
--- shadow/30073 2003-10-09 08:56:49.000000000 -0400
+++ shadow/30073.tmp.3009 2003-10-09 12:00:56.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 30073
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: windows xp pro, .net framework sdk + sp2, vbc 7.00.9466
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ernst.rohlicek@reflex.at
QAContact: mono-bugs@ximian.com
@@ -115,6 +115,9 @@
The problem is in mono_emulate_opcode: when one expression contains
more than one emulation, the code for the two emulations are appended
to the end of the previous basic block in the wrong order, so the
first one will reference variables defined in the second.
+
+------- Additional Comments From vargaz@freemail.hu 2003-10-09 12:00 -------
+This is finally fixed.