This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3956244c58a PR middle-end/94940 - spurious -Warray-bounds for a zero le [...] new 7a41fcde6c6 PR middle-end/92815 - spurious -Wstringop-overflow writing [...]
The 1 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 | 8 + gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/Warray-bounds-56.c | 4 +- gcc/testsuite/gcc.dg/builtin-object-size-20.c | 315 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/builtin-object-size-21.c | 51 +++++ gcc/tree-object-size.c | 66 ++++-- gcc/tree.h | 5 +- 7 files changed, 439 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-object-size-20.c create mode 100644 gcc/testsuite/gcc.dg/builtin-object-size-21.c