This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3147c02dc7 Make -fzero-call-used-regs work on the SPARC new d02c41dd414 PR middle-end/97373 - missing warning on sprintf into alloc [...] new 91ddf867a57 openmp: Avoid ICE on depend clause on depobj OpenMP constru [...]
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: gcc/builtins.c | 237 +++++++++++++++++++-- gcc/builtins.h | 53 ++++- gcc/cp/parser.c | 2 + gcc/gimple-ssa-sprintf.c | 30 ++- gcc/testsuite/c-c++-common/gomp/depobj-2.c | 11 + .../gcc.dg/tree-ssa/builtin-sprintf-warn-25.c | 76 +++++++ gcc/tree-ssa-strlen.c | 131 ++++++++---- gcc/tree-ssa-strlen.h | 7 +- 8 files changed, 457 insertions(+), 90 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/depobj-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-25.c