Re: [PATCH] avoid warning for memset writing over multiple members (PR 95667)

2020-06-18 Thread Jeff Law via Gcc-patches
On Thu, 2020-06-18 at 08:56 -0600, Martin Sebor via Gcc-patches wrote: > In the recent fix to avoid false positives due to compute_objsize > (PR 95353) where I removed the call to compute_builtin_object_size > when computing object sizes for calls to string functions like > strcpy, I kept it out of

[PATCH] avoid warning for memset writing over multiple members (PR 95667)

2020-06-18 Thread Martin Sebor via Gcc-patches
In the recent fix to avoid false positives due to compute_objsize (PR 95353)​ where I removed the call to compute_builtin_object_size when computing object sizes for calls to string functions like strcpy, I kept it out of a misplaced abundance of caution when doing the same for the more permissive