[Mono-bugs] [Bug 42134][Nor] Changed - [mini] Problem inlining method with float argument
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 30 Apr 2003 04:52:18 -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.24747 Wed Apr 30 04:52:18 2003
@@ -19,6 +19,11 @@
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.
+
+------- Additional Comments From vargaz@freemail.hu 2003-04-30 04:52 -------
+Created an attachment (id=4161)
+testcase
+