https://bugzilla.novell.com/show_bug.cgi?id=668905
https://bugzilla.novell.com/show_bug.cgi?id=668905#c2 Weeble Wilson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Weeble Wilson <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
