This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2260254 PR c++/78701 * pt.c (type_unification_real): Check tsubst a [...] new 5cfa3fc PR c/78673 - sprintf missing attribute nonnull on destination [...]
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/ChangeLog | 26 ++++ gcc/builtin-attrs.def | 77 +++++++++- gcc/builtins.c | 31 +++-- gcc/builtins.def | 21 +-- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-common.c | 5 +- gcc/calls.c | 95 +++++++++++++ gcc/calls.h | 1 + gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.dg/builtins-nonnull.c | 239 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/nonnull-4.c | 79 +++++++++++ 11 files changed, 566 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/builtins-nonnull.c create mode 100644 gcc/testsuite/gcc.dg/nonnull-4.c