This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Laël Cellier, furkanonder, skrah
Date 2020-06-29.14:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593440173.93.0.286460378647.issue40223@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-29 14:16:13skrahsetrecipients: + skrah, furkanonder, Laël Cellier
2020-06-29 14:16:13skrahsetmessageid: <1593440173.93.0.286460378647.issue40223@roundup.psfhosted.org>
2020-06-29 14:16:13skrahlinkissue40223 messages
2020-06-29 14:16:13skrahcreate