[Mono-bugs] [Bug 72040][Maj] Changed - Incorrect code generation of numeric literals and functions arguments.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Feb 2005 01:15:26 -0500 (EST)


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 cesar@ciencias.unam.mx.

http://bugzilla.ximian.com/show_bug.cgi?id=72040

--- shadow/72040	2005-02-01 01:14:22.000000000 -0500
+++ shadow/72040.tmp.9548	2005-02-01 01:15:26.000000000 -0500
@@ -30,6 +30,11 @@
 As the numeric literal that receives as parameter is boxed to Double the
 invocation causes the runtime to fail. jsc generates a conversion operation
 (conv.r8) instead of the boxing.
 
 We must ensure that every method argument get converted to the proper type
 corresponding to the formal parameter.
+
+------- Additional Comments From cesar@ciencias.unam.mx  2005-02-01 01:15 -------
+Created an attachment (id=13996)
+Test case.
+