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=79213 --- shadow/79213 2006-08-29 15:40:26.000000000 -0400 +++ shadow/79213.tmp.2436 2006-08-29 15:48:48.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Runtime Version: 1.1 OS: SUSE 9.1 OS Details: Fedora 4 x86_64 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -32,6 +32,34 @@ problem goes away. ------- Additional Comments From [EMAIL PROTECTED] 2006-08-29 15:40 ------- Created an attachment (id=17548) Code to reproduce defect. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-29 15:48 ------- +Smaller testcase: +<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +using System; + + public struct PointF + { + private float _x; + private float _y; + + } + + + public class Program + { + public static void Offset (PointF point, float yOffset) + { + } + + static public void Main (string [] args) + { + float test = 100; + + Offset (new PointF (), -(test)); + } + } +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
