On Aug 19, 2015, at 11:15 PM, Ingvar Hagelund <[email protected]> wrote: > Note that gcc still warns about "right shift count is negative". > > http://arm.koji.fedoraproject.org//work/tasks/9259/3129259/build.log
Bummer. I tested this with clang, which does enough flow control analysis to realize that the negative shifts are unreachable and omit the warnings, but then forgot to check gcc. I'll revert to #if..#elseif..#else..#endif. Thanks, Jason _______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
