Bugzilla – Bug 312254
[mini] Problem inlining method with float argument
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by vargaz@freemail.hu 2003-04-30 04:51:50 MST ---- 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:18 MST ---- Created an attachment (id=164643) testcase ---- Additional Comments From lupus@ximian.com 2003-04-30 09:18:39 MST ---- Fixed in cvs, thanks for the report! Imported an attachment (id=164643)