This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from abf915193fb tree-optimization/111123 - indirect clobbers thrown away too early
new 9aaec66917c analyzer: add logging to impl_path_context
new 5ef89c5c2f5 analyzer: handle symbolic bindings in scan_for_null_termina [...]
new 0ae07a7203d analyzer: reimplement kf_strcpy [PR105899]
new 603bdf906af analyzer: eliminate region_model::get_string_size [PR105899]
new 8556d0014ac analyzer: reimplement kf_memcpy_memmove
new d99d73c77d1 analyzer: handle strlen(INIT_VAL(STRING_REG)) [PR105899]
new 46cb27e56f3 analyzer: handle INIT_VAL(ELEMENT_REG(STRING_REG), CONSTANT [...]
new 2bad0eeb557 analyzer: handle strlen(BITS_WITHIN) [PR105899]
new bbdc0e0d004 analyzer: implement kf_strcat [PR105899]
The 9 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/call-details.cc | 12 +-
gcc/analyzer/call-details.h | 5 +-
gcc/analyzer/engine.cc | 13 +-
gcc/analyzer/kf.cc | 116 ++++++---
gcc/analyzer/region-model-manager.cc | 19 ++
gcc/analyzer/region-model.cc | 261 ++++++++++++++++-----
gcc/analyzer/region-model.h | 22 +-
gcc/doc/invoke.texi | 1 +
.../gcc.dg/analyzer/out-of-bounds-diagram-16.c | 31 +++
gcc/testsuite/gcc.dg/analyzer/sprintf-1.c | 11 +
gcc/testsuite/gcc.dg/analyzer/strcat-1.c | 136 +++++++++++
gcc/testsuite/gcc.dg/analyzer/strcpy-1.c | 22 ++
gcc/testsuite/gcc.dg/analyzer/strcpy-3.c | 8 +
gcc/testsuite/gcc.dg/analyzer/strcpy-4.c | 51 ++++
14 files changed, 601 insertions(+), 107 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-16.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcat-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcpy-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7564fe98657 libstdc++: Add test for illegal pointer arithmetic in forma [...]
new 0c78240fd7d Check that passes do not forget to define profile
new abf915193fb tree-optimization/111123 - indirect clobbers thrown away too early
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/auto-profile.cc | 1 +
gcc/cfg.cc | 1 +
gcc/cfg.h | 3 ++
gcc/graphite.cc | 2 ++
gcc/lto-streamer-in.cc | 4 +++
gcc/predict.cc | 1 +
gcc/symtab-thunks.cc | 1 +
.../g++.dg/warn/Wuninitialized-pr111123-1.C | 20 ++++++++++++
gcc/tree-cfg.cc | 36 ++++++++++++++++++++++
gcc/tree-inline.cc | 2 ++
gcc/tree-outof-ssa.cc | 32 ++++++++++++++++++-
gcc/tree-ssa-ccp.cc | 17 +---------
12 files changed, 103 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-pr111123-1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.