Mark Dickinson added the comment:

What operating system and hardware is this on?  Is there a good reason for 
wanting to compile with optimisations that break IEEE 754 behaviour?

If Python's configure script isn't using the right options, then that's a build 
problem rather than a problem with the tests.  I'm rather surprised if these 
optimizations are turned on by default on mainstream systems.

By the way, what do you mean by DFZ?  It's not a TLA that I'm familiar with.  
Do you mean FTZ (subnormal *results* get replaced by zero)?  Or DAZ (subnormal 
*inputs* get replaced by zero)?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18340>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to