This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50f27896adb c: Implement C2Y N3355 - Named Loops [PR117022] new e7380688fa5 Provide new GCC builtin __builtin_counted_by_ref [PR116016]
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-family/c-common.cc | 1 + gcc/c-family/c-common.h | 1 + gcc/c/c-decl.cc | 1 + gcc/c/c-parser.cc | 79 ++++++++++++++ gcc/c/c-tree.h | 1 + gcc/c/c-typeck.cc | 33 ++++-- gcc/doc/extend.texi | 55 ++++++++++ gcc/testsuite/gcc.dg/builtin-counted-by-ref-1.c | 135 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/builtin-counted-by-ref.c | 61 +++++++++++ 9 files changed, 358 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtin-counted-by-ref-1.c create mode 100644 gcc/testsuite/gcc.dg/builtin-counted-by-ref.c