STINNER Victor added the comment:

I would like to fix FreeBSD CURRENT buildbots of Python 2.7, 3.5 and 3.6, so 
here my attempt to restrict the -fno-strict-aliasing option to the dtoa.c file: 
https://github.com/python/cpython/pull/1340

I chose to add the flag for any C compiler. If you think that a C compiler may 
not support that option, we can start by only adding the option on clang, and 
maybe add it on other C compilers if someone complains.

----------

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

Reply via email to