This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eccec868414 Feature: Macros for identifying the wide and narrow executi [...] new c7e2ef13149 Fix more minor testsuite fallout from improved switch optimization new b76f83e3859 PR middle-end/97595 - bogus -Wstringop-overflow due to DECL [...]
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/testsuite/g++.dg/warn/Warray-bounds-14.C | 25 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wstringop-overflow-6.C | 8 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr96480.c | 2 +- gcc/tree.c | 12 +++++++++--- gcc/tree.h | 10 +++++++--- 5 files changed, 50 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-14.C create mode 100644 gcc/testsuite/g++.dg/warn/Wstringop-overflow-6.C