This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4429133c757 Avoid redundant runtime checks in std::visit new fec27bf230c * builtins.c (unterminated_array): Add new arguments. If [...] new c2599f854c3 * gimple-fold.c (get_range_strlen): Remove dead code.
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 | 15 ++ gcc/builtins.c | 97 +++++++- gcc/builtins.h | 2 +- gcc/gimple-fold.c | 9 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/warn-strnlen-no-nul.c | 356 +++++++++++++++++++++++++++++ 6 files changed, 469 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/warn-strnlen-no-nul.c