[Mono-bugs] [Bug 59750][Nor] New - test-269 - varargs problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 00:43:57 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59750
--- shadow/59750 2004-06-08 00:43:57.000000000 -0400
+++ shadow/59750.tmp.29891 2004-06-08 00:43:57.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 59750
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: martin@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: test-269 - varargs problem
+
+Compile and run mcs/tests/test-269.cs:
+
+When invoking a varargs method which has normal arguments, like this:
+ int AddABunchOfInts(int a, __arglist)
+mini incorrectly computes the start address of the variable arguments.
+
+The same binary runs fine on the MS runtime.