Paul Eggert <[email protected]> writes: > Yes, the -fbounds-safety stuff is probably best left up to the > builder, just as -fsanitize=address etc. are. However, it should be a > win to tell the compiler about the relationship between xm_max and > xm_map, as that can help static checking even if -fbounds-safety is > not used. Also, it should help when -fbounds-safety is used.
That looks good to me. I planning to introduce uses of that in coreutils post release too. It seems to not have caused any issues in Gnulib in the few months since Bruno added it to various modules. Collin
