[Mono-bugs] [Bug 30175][Maj] Changed - mcs doesn't box valuetypes in some cases when compiling corlib
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Sep 2002 05:38:40 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30175
--- shadow/30175 Wed Sep 11 14:58:29 2002
+++ shadow/30175.tmp.30297 Wed Sep 18 01:38:40 2002
@@ -21,6 +21,9 @@
is miscompiled (codePage is an int and Invoke18N takes a
params object[] as second argument).
codePage should get boxed before storing it in the array.
------- Additional Comments From miguel@ximian.com 2002-09-11 14:58 -------
reasssigned to me
+
+------- Additional Comments From miguel@ximian.com 2002-09-18 01:38 -------
+Bug is driving me crazy. Sample program works, only fails with corlib ;-(