This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a1cf0d0d9c Move maybe_set_nonzero_bits() to its only user. new 3967da96556 Introduce IR bit TYPE_INCLUDES_FLEXARRAY for the GCC extension new 070a6bf0bdc Update documentation to clarify a GCC extension [PR c/77650]
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-family/c.opt | 5 +++ gcc/c/c-decl.cc | 20 ++++++++++ gcc/doc/extend.texi | 44 +++++++++++++++++++++- gcc/lto/lto-common.cc | 5 ++- gcc/print-tree.cc | 5 +++ .../gcc.dg/variable-sized-type-flex-array.c | 31 +++++++++++++++ gcc/tree-core.h | 2 + gcc/tree-streamer-in.cc | 5 ++- gcc/tree-streamer-out.cc | 5 ++- gcc/tree.h | 7 +++- 10 files changed, 124 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/variable-sized-type-flex-array.c