This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 9d9dc4be679 c: detect variably-modified types [PR117145,PR117245,PR100420] new 432f918f111 c: minor fixes related to arrays of unspecified size
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/c-decl.cc | 9 ++++----- gcc/c/c-tree.h | 16 ++++++++++++--- gcc/c/c-typeck.cc | 43 ++++++++++++++++++++++++++--------------- gcc/testsuite/gcc.dg/pr116284.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/pr117391.c | 14 ++++++++++++++ 5 files changed, 72 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr116284.c create mode 100644 gcc/testsuite/gcc.dg/pr117391.c