[issue40223] Add -fwrapv for new icc versions

Stefan Krah report at bugs.python.org
Mon Jun 29 10:16:13 EDT 2020


Stefan Krah <stefan at bytereef.org> added the comment:

icc does not like the label reordering from:

   ddd1949fea59f256e51191540a4446f75ed608fa


This is one step further, but not much. Possibilities are still:

   1) The reordering exposes an overflow.

   2) The new ordering is not supported by icc, it introduces UB
      that is masked by -fwrapv (again, does -fwrapv only disable
      a single optimization? My guess is that it disables several).


This was found by automated bisecting, I still have no time to really
investigate what is going on.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40223>
_______________________________________


More information about the Python-bugs-list mailing list