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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80086 --- shadow/80086 2006-11-29 14:41:32.000000000 -0500 +++ shadow/80086.tmp.6418 2006-11-29 15:47:05.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 80086 Product: Mono: Runtime Version: 1.2 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -49,6 +49,27 @@ (object,intptr,intptr,intptr) <0xffffffff> Native stacktrace: ./mono [0x1049bc] ./mono [0xecaa8] + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-29 15:47 ------- +The simple repro is: +using System; + +class T { + + static void test (float f) { + Console.WriteLine (f); + } + static void Main () { + float f = 3.7f; + object o = f; + float g = (float)o; + test (g); + test ((float)o); + } +} +This has been fixed in svn. +This triggers another error in a store.r4 in the server though, will +look at that tomorrow. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
