This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c886eb34218 gcc/: Merge definitions of array_type_nelts_top new de14559ef53 Daily bump. new d277ded292d c: Fix -std=gnu23 -Wtraditional for () in function definitions
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: ChangeLog | 6 + gcc/ChangeLog | 1409 ++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 17 + gcc/c/ChangeLog | 26 + gcc/c/c-decl.cc | 9 +- gcc/c/c-tree.h | 4 + gcc/cp/ChangeLog | 23 + gcc/fortran/ChangeLog | 18 + gcc/rust/ChangeLog | 11 + gcc/testsuite/ChangeLog | 935 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/wtr-gnu17-1.c | 9 + gcc/testsuite/gcc.dg/wtr-gnu23-1.c | 9 + libbacktrace/ChangeLog | 6 + libcpp/ChangeLog | 27 + libffi/ChangeLog | 6 + libgcc/ChangeLog | 15 + libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 101 +++ 19 files changed, 2635 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/wtr-gnu17-1.c create mode 100644 gcc/testsuite/gcc.dg/wtr-gnu23-1.c