Skip to content
Snippets Groups Projects
Commit 2ef2d3a5cd2d authored by Matt Mackall's avatar Matt Mackall
Browse files

parsers: avoid pointer aliasing

Newer versions of GCC have aggressive pointer alias optimizations that
might get fooled by our pointer manipulations. These issues shouldn't
be encountered in practice because distutils compiles extensions with
-fno-strict-alias but the code was not valid according to the standard.
parent eb87fbc6d702
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment