[Mono-bugs] [Bug 33533][Maj] Changed - Stack problem with params-arguments transfering value types
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Nov 2002 17:46:23 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33533
--- shadow/33533 Sat Nov 9 12:55:03 2002
+++ shadow/33533.tmp.30392 Sat Nov 16 12:46:23 2002
@@ -12,13 +12,13 @@
ReportedBy: mathias.hasselmann@gmx.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Stack problem with params-arguments transfering value types
-BugsThisDependsOn: 33532
+BugsThisDependsOn: 33532[FIXED]
Following code passing a variable number of value-type arguments to a
method compiles with mcs-0.16 and mcs-anoncvs20021108 but failes to run
with mono-0.16 and mono-anoncvs20021108:
class TestCase