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 asn
Recipients asn, eamanu, python-dev
Date 2020-03-25.05:49:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585115365.89.0.925745091033.issue40052@roundup.psfhosted.org>
In-reply-to
Content
I forgot, for detecting alignment issues or strict aliasing and this also falls under strict aliasing, you need to turn on optimizations.

clang -O2 -Werror -Wcast-align ...
History
Date User Action Args
2020-03-25 05:49:25asnsetrecipients: + asn, python-dev, eamanu
2020-03-25 05:49:25asnsetmessageid: <1585115365.89.0.925745091033.issue40052@roundup.psfhosted.org>
2020-03-25 05:49:25asnlinkissue40052 messages
2020-03-25 05:49:25asncreate