https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99676
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Blocks| |88443 --- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> --- The warning should also not be -Wstringop-overflow or -Wstringop-overread (which are meant to be about accesses by functions declared in <string.h> and maybe also direct string accesses by pointers) but probably -Warray-bounds. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443 [Bug 88443] [meta-bug] bogus/missing -Wstringop-overflow warnings