Brian, please merge lp:/~stewart-flamingspork/drizzle/nofrm I have two 32bit x86 fixes in my 'nofrm' branch (yes, I know, i should have gone built another branch): - func_math test - key_cache test
The key_cache test was easy. Simple test problem :) The func_math test (which is, of course, the one I tackled first) turned out to be a GCC bug. Filed GCC bug here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39228 There's already a patch, so we should see this fixed in the next 4.3 and in 4.4. In the meantime, I've put in a workaround. So hopefully this fixes 32bit x86, or if one of you sickos out there forced 387 floating point math in your builds :) -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

