[Mono-bugs] [Bug 668905] ARM: converting decimal to float produces garbage

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 23 10:45:13 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=668905

https://bugzilla.novell.com/show_bug.cgi?id=668905#c2


Weeble Wilson <clockworksaint at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clockworksaint at gmail.com

--- Comment #2 from Weeble Wilson <clockworksaint at gmail.com> 2011-02-23 15:45:11 UTC ---
This went in to 2.6 with this commit:
https://github.com/mono/mono/commit/96cff60819a956aede011500d6a021dfc56df445

Whereas the version that went into master added a declaration for local
variable "l" in "mono_decompose_soft_float" in "mono/mini/decompose.c", the
version that went into 2.6 in "mono/mini/method-to-ir.c" seems to have lost
this declaration, resulting in a build error on 2.6. Adding it in results in a
successful build. (Well, it results in a build that finishes, I seem to have
unrelated problems getting it to run on an ARM device.)

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list