[Mono-bugs] [Bug 42134][Nor] New - [mini] Problem inlining method with float argument

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 30 Apr 2003 04:51:51 -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 vargaz@freemail.hu.

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

--- shadow/42134	Wed Apr 30 04:51:51 2003
+++ shadow/42134.tmp.23345	Wed Apr 30 04:51:51 2003
@@ -0,0 +1,24 @@
+Bug#: 42134
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [mini] Problem inlining method with float argument
+
+The attached test case prints False when running with --optimize=inline,
+True otherwise.
+
+I think the problem is that when GetFloat is inlined into 'test', the
+local variable created to hold the float argument is type R8, and the
+inlined method treats it as an R4.