[issue25934] ICC compiler: ICC treats denormal floating point numbers as 0.0

Zachary Ware report at bugs.python.org
Wed Jan 20 10:39:45 EST 2016


Zachary Ware added the comment:

Ah, it's been a while since I tested that, so my reporting was inaccurate.  The problem is actually that the compile fails:

..\Modules\mathmodule.c(1924): error C2099: initializer is not a constant [C:\cpython\PCbuild\pythoncore.vcxproj]
..\Modules\mathmodule.c(1925): error C2099: initializer is not a constant [C:\cpython\PCbuild\pythoncore.vcxproj]

..\Python\dtoa.c(1215): error C2099: initializer is not a constant [C:\cpython\PCbuild\pythoncore.vcxproj]

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25934>
_______________________________________


More information about the Python-bugs-list mailing list