* Martin Sebor:

> As requested in the review of the following patch
>
>   https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01363.html
>
> attached is the small enhancement to compute_builtin_object_size to
> make the function usable even without optimization without the full
> overhead of the tree-object-size pass.

Is its overhead that significant?

Does this mean that with this patch, glibc should remove its
_FORTIFY_SOURCE warning for non-optimized builds when compiling under
GCC >= 7?

Reply via email to