[issue2685] Add -mieee to compile flags, when available

2008-04-29 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: Done in r62499 -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue2685] Add -mieee to compile flags, when available

2008-04-24 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: See also issue 1496032. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubsc

[issue2685] Add -mieee to compile flags, when available

2008-04-24 Thread Mark Dickinson
New submission from Mark Dickinson <[EMAIL PROTECTED]>: test_math and test_cmath currently fail on Debian/alpha, apparently due to mishandling of subnormal numbers. I have high hopes that this can be fixed by compiling with -mieee. The attached patch modifies the configure script to always us