This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4dcd3c77497 RISC-V: Fix .cfi_offset directive when push/pop in zcmp new 206cb6c1058 analyzer: Handle nonnull_if_nonzero attribute [PR117023] new 0d590d21586 Use nonnull_if_nonzero attribute rather than nonnull on var [...] new 27ebd2a55cd openmp: Fix diagnostics typo [PR118993]
The 3 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/analyzer/sm-malloc.cc | 99 +++++++++++----- gcc/builtin-attrs.def | 29 +++++ gcc/builtins.def | 46 ++++---- gcc/gimplify.cc | 2 +- .../c-c++-common/analyzer/call-summaries-malloc.c | 2 +- gcc/testsuite/c-c++-common/analyzer/strncpy-1.c | 4 +- gcc/testsuite/c-c++-common/gomp/allocate-18.c | 8 +- gcc/testsuite/c-c++-common/ubsan/nonnull-1.c | 3 +- .../gcc.dg/Wbuiltin-declaration-mismatch-14.c | 10 +- .../gcc.dg/Wbuiltin-declaration-mismatch-15.c | 10 +- gcc/testsuite/gcc.dg/Wnonnull-2.c | 110 ++++++++++++++---- gcc/testsuite/gcc.dg/Wnonnull-3.c | 124 ++++++++++++++++++--- gcc/testsuite/gcc.dg/builtins-nonnull.c | 12 ++ gcc/testsuite/gcc.dg/nonnull-11.c | 56 ++++++++++ gcc/testsuite/gcc.dg/nonnull-3.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/pr78154.c | 33 +++++- gcc/testsuite/gfortran.dg/gomp/allocate-clause.f90 | 8 +- 17 files changed, 453 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/nonnull-11.c