[Mono-bugs] [Bug 23547] Changed - Wrong conversion of constant

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Apr 2002 01:01:32 -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 gonzalo@ximian.com.

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

--- shadow/23547	Tue Apr 16 23:29:43 2002
+++ shadow/23547.tmp.19721	Wed Apr 17 21:01:32 2002
@@ -31,6 +31,11 @@
 then:
 ~/work $ ./bugtest.exe
 FFFFFFFF
 ~/work $ mono bugtest.exe
 FFFFFFFFFFFFFFFF
 RESULT: 0
+
+------- Additional Comments From gonzalo@ximian.com  2002-04-17 21:01 -------
+Created an attachment (id=1623)
+Casting an int to gint64 extends the sign. Includes workaround.
+