This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ee2becf5cf7 Fix a typo. new 8d6c6ef5a68 PR libstdc++/54924 - Warn for std::string constructor with [...] new ae33f654a11 gcc/ChangeLog: * builtins.c: Fix a trivial typo in a comment.
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 | 24 ++ gcc/builtins.c | 304 +++++++++++++-------- gcc/testsuite/ChangeLog | 14 + gcc/testsuite/g++.dg/ext/strncpy-chk1.C | 2 +- .../g++.dg/torture/Wsizeof-pointer-memaccess1.C | 2 +- gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 10 +- gcc/testsuite/gcc.dg/builtin-stringop-chk-4.c | 85 +++--- gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c | 173 ++++++++++++ gcc/testsuite/gcc.dg/builtin-strncat-chk-1.c | 6 +- gcc/testsuite/gcc.dg/out-of-bounds-1.c | 2 +- gcc/testsuite/gcc.dg/pr78138.c | 2 +- .../gcc.dg/torture/Wsizeof-pointer-memaccess1.c | 2 +- .../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 4 +- gcc/testsuite/gfortran.dg/mvbits_7.f90 | 2 +- 14 files changed, 451 insertions(+), 181 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c