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. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
