* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC(C)): Add
-Wstringop-overflow=4. This option, when used with GCC 16, works
with current Gnulib and with coreutils, so it seems like a good
thing to add to the default list.
+2026-05-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ manywarnings: add -Wstringop-overflow=4
+ * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC(C)): Add
+ -Wstringop-overflow=4. This option, when used with GCC 16, works
+ with current Gnulib and with coreutils, so it seems like a good
+ thing to add to the default list.
+
2026-05-10 Paul Eggert <eggert@cs.ucla.edu>
careadlinkat: pacify GCC 16 -flto
AS_VAR_APPEND([$1], [' -Wformat-truncation=2'])
AS_VAR_APPEND([$1], [' -Wimplicit-fallthrough=5'])
AS_VAR_APPEND([$1], [' -Wshift-overflow=2'])
+ AS_VAR_APPEND([$1], [' -Wstringop-overflow=4'])
AS_VAR_APPEND([$1], [' -Wuse-after-free=3'])
AS_VAR_APPEND([$1], [' -Wunused-const-variable=2'])
AS_VAR_APPEND([$1], [' -Wvla-larger-than=4031'])