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 use the -mieee 
option on gcc, when available.

----------
components: Build
files: mieee.patch
keywords: patch
messages: 65750
nosy: marketdickinson
severity: normal
status: open
title: Add -mieee to compile flags, when available
type: feature request
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file10089/mieee.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2685>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to