This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 910735c5d7c Daily bump. new 7e312adcb70 c: Fix up error-recovery on functions initialized as variab [...] new 297d0efc13d 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