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 mark.dickinson
Recipients dim, emaste, koobs, mark.dickinson, vstinner
Date 2017-04-21.07:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492759599.37.0.711265051231.issue30104@psf.upfronthosting.co.za>
In-reply-to
Content
Dimitry: thank you! Indeed, that looks like the very same issue. It's a shame to have to use -fno-strict-aliasing here, since that might prevent legitimate optimisations elsewhere in the code. But if that's what we have to do to maintain correctness with clang, then I guess we have little choice.
History
Date User Action Args
2017-04-21 07:26:39mark.dickinsonsetrecipients: + mark.dickinson, vstinner, koobs, emaste, dim
2017-04-21 07:26:39mark.dickinsonsetmessageid: <1492759599.37.0.711265051231.issue30104@psf.upfronthosting.co.za>
2017-04-21 07:26:39mark.dickinsonlinkissue30104 messages
2017-04-21 07:26:39mark.dickinsoncreate