On 17/11/2015 11:41, Laszlo Ersek wrote: > > If and when this happens we will add "-fno-strict-overflow" for clang, > > just like we are using "-fno-strict-aliasing" already. > > How about adding "-fwrapv -fno-strict-overflow" right now? (Spelling out > the latter of those explicitly for pointer arithmetic.)
If it makes the change to HACKING more palatable, I'm all for it. Paolo