This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 429c72eb632 doc: Add explanation of zero-length array example new a1030fbf70e c: Fix up error-recovery on functions initialized as variab [...] new d8842271ebf c: Fix up error-recovery on non-empty VLA initializers [PR109409]
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-parser.cc | 11 +++++++---- gcc/c/c-typeck.cc | 5 +++++ gcc/testsuite/gcc.dg/pr109409.c | 10 ++++++++++ gcc/testsuite/gcc.dg/pr109412.c | 20 ++++++++++++++++++++ 4 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr109409.c create mode 100644 gcc/testsuite/gcc.dg/pr109412.c