This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d692ef43b2 libstdc++: Update C++20 status table for layout-compatibili [...] new 820f0940d7a Reset PHI base0 flag if it's clear in any argument [PR101977, ...]
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/gimple-ssa-warn-access.cc | 20 +++- gcc/pointer-query.cc | 105 ++++++++++++--------- gcc/testsuite/g++.dg/pr100574.C | 4 + gcc/testsuite/g++.dg/warn/Warray-bounds-26.C | 27 ++++++ gcc/testsuite/gcc.dg/Warray-bounds-88.c | 134 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wstringop-overread.c | 32 +++---- gcc/testsuite/gcc.dg/pr20126.c | 6 ++ gcc/testsuite/gcc.dg/warn-strnlen-no-nul.c | 39 ++++---- 8 files changed, 286 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-26.C create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-88.c