[zeromq-dev] Strict aliasing problem
Bjorn Reese
breese at mail1.stofanet.dk
Thu May 17 12:29:09 CEST 2012
On 2012-05-17 11:14, Bjorn Reese wrote:
> 3. The problem with strict aliasining is more or less theoretical. Posix
> requires that pointer-to-object and pointer-to-function must have the
> same representation. We could therefore lower the strictness of the
> aliasing checking for g++. I have attached a patch just in case.
This turned out to be insufficient. We need to use -fno-strict-aliasing
for this solution.
More information about the zeromq-dev
mailing list