This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4c7188723d7 [PR c++/92370] ICE with VC marker new cf109fedc40 PR middle-end/92333 - missing variable name referencing VLA [...]
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 | 9 +++++ gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.dg/Warray-bounds-51.c | 61 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-ccp.c | 20 ++++++++++- gcc/tree-vrp.c | 35 ++++++++++++++----- 5 files changed, 122 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-51.c