bpo-30104: Use -fno-strict-aliasing on clang by vstinner · Pull Request #1221 · python/cpython
Conversation
Copy link Copy Markdown
Member
vstinner
commented
Apr 20, 2017
vstinner
commented
Python/dtoa.c is not compiled correctly with clang 4.0 and
optimization level -O2 or higher, because of an aliasing issue on
the double/ULong[2] union.
LLVM bug report:
https://bugs.llvm.org//show_bug.cgi?id=31928
Python/dtoa.c is not compiled correctly with clang 4.0 and optimization level -O2 or higher, because of an aliasing issue on the double/ULong[2] union. LLVM bug report: https://bugs.llvm.org//show_bug.cgi?id=31928
the-knights-who-say-ni
added
the
CLA signed
label
Copy link Copy Markdown
mention-bot
commented
Apr 20, 2017
mention-bot commented
Apr 20, 2017
vstinner
merged commit
28205b2
into
python:master
vstinner
deleted the
clang4
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment