This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c53237cefba MATCH: add some of what phiopt's builtin_zero_pattern did new a6b810ae783 Fix C/107926: Wrong error message when initializing char array new d56af02fb1f Improve error message for excess elements in array initiali [...]
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/c/c-typeck.cc | 15 ++++++++++----- gcc/testsuite/gcc.dg/init-bad-1.c | 2 +- gcc/testsuite/gcc.dg/init-bad-2.c | 2 +- gcc/testsuite/gcc.dg/init-bad-3.c | 2 +- gcc/testsuite/gcc.dg/init-excess-3.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/pr61096-1.c | 2 +- 6 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/init-excess-3.c