This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1dcb7799165 c++: Infinite diagnostic loop with decltype([]{}) [PR94521] new 09f04139024 PR c/92326 - wrong bound in zero-length array diagnostics
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/c-family/ChangeLog | 6 ++++++ gcc/c-family/c-pretty-print.c | 4 +++- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/c-c++-common/Warray-bounds-8.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/Warray-bounds-46.c | 22 +++++++++++----------- gcc/testsuite/gcc.dg/Warray-bounds-49.c | 20 ++++++++++---------- 6 files changed, 60 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-bounds-8.c