This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50959e53e40 Fortran: fix warnings for symbols with C binding and declar [...] new 921d6497aee c: Implement C23 rules for undefined static functions in _Generic
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-parser.cc | 26 ++++++++++++++ gcc/c/c-tree.h | 16 +++++++++ gcc/c/c-typeck.cc | 68 ++++++++++++++++++++++++------------ gcc/testsuite/gcc.dg/c11-generic-4.c | 38 ++++++++++++++++++++ gcc/testsuite/gcc.dg/c23-generic-5.c | 38 ++++++++++++++++++++ gcc/testsuite/gcc.dg/c2y-generic-5.c | 13 +++++++ 6 files changed, 176 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c11-generic-4.c create mode 100644 gcc/testsuite/gcc.dg/c23-generic-5.c create mode 100644 gcc/testsuite/gcc.dg/c2y-generic-5.c