This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6a3b6354ea PR tree-optimization/83075 - Invalid strncpy optimization new d5717a0351a gcc/ChangeLog: new f3969b4952b PR tree-optimization/82646 - bogus -Wstringop-overflow with [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 9 ++ gcc/builtins.c | 6 +- gcc/doc/invoke.texi | 8 ++ gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/ext/strncpy-chk1.C | 7 +- gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 4 +- gcc/testsuite/gcc.dg/builtin-stringop-chk-9.c | 150 ++++++++++++++++++++++++++ 7 files changed, 185 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-stringop-chk-9.c