This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6f46d14d498 libcpp: Fix paste error with unknown pragma after macro expansion new 9ada45967b4 analyzer, testsuite: add more examples taken from CWE new 358dab90186 analyzer: fix ICE on writes to errno [PR107777] new 12a4785c912 analyzer: fix ICE on 'bind' with non-pointer arg [P107783] new 4e4e45a4fd3 analyzer: fix ICE on 'bind' that returns a struct [PR107788]
The 4 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-summary.cc | 2 + gcc/analyzer/region-model-impl-calls.cc | 6 +- gcc/analyzer/region-model.cc | 6 + gcc/analyzer/region-model.h | 4 + gcc/testsuite/g++.dg/analyzer/fd-bind-pr107783.C | 11 ++ gcc/testsuite/gcc.dg/analyzer/CWE-131-examples.c | 146 +++++++++++++++++++++ .../gcc.dg/analyzer/call-summaries-errno.c | 17 +++ gcc/testsuite/gcc.dg/analyzer/errno-pr107777.c | 20 +++ gcc/testsuite/gcc.dg/analyzer/fd-bind-pr107783.c | 5 + ...-CWE-457-examples.c => file-CWE-1341-example.c} | 112 +++------------- ...CWE-457-examples.c => malloc-CWE-401-example.c} | 106 ++------------- ...WE-457-examples.c => malloc-CWE-415-examples.c} | 118 ++++------------- ...WE-457-examples.c => malloc-CWE-416-examples.c} | 125 +++++------------- ...WE-457-examples.c => malloc-CWE-590-examples.c} | 107 +++------------ 14 files changed, 319 insertions(+), 466 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/fd-bind-pr107783.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/CWE-131-examples.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/call-summaries-errno.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/errno-pr107777.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/fd-bind-pr107783.c copy gcc/testsuite/gcc.dg/analyzer/{uninit-CWE-457-examples.c => file-CWE-1341-exa [...] copy gcc/testsuite/gcc.dg/analyzer/{uninit-CWE-457-examples.c => malloc-CWE-401-ex [...] copy gcc/testsuite/gcc.dg/analyzer/{uninit-CWE-457-examples.c => malloc-CWE-415-ex [...] copy gcc/testsuite/gcc.dg/analyzer/{uninit-CWE-457-examples.c => malloc-CWE-416-ex [...] copy gcc/testsuite/gcc.dg/analyzer/{uninit-CWE-457-examples.c => malloc-CWE-590-ex [...]