This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from c19f317a78c c++: treat NON_DEPENDENT_EXPR as not potentially constant [ [...] adds fe581e63431 Use range_compatible_p in condexpr_adjust adds 6d66bd25dc8 libbacktrace: initialize DWARF 5 fields of unit adds 24ca97325ca libgo: restore building on Solaris new a61aaee6384 analyzer: fixes to free of non-heap detection [PR104560]
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/analyzer/diagnostic-manager.cc | 105 ++++++++++++------ gcc/analyzer/engine.cc | 5 + gcc/analyzer/sm-malloc.cc | 134 ++++++++++++----------- gcc/analyzer/sm.h | 4 + gcc/gimple-range-gori.cc | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/g++.dg/analyzer/placement-new.C | 4 +- gcc/testsuite/g++.dg/analyzer/pr100244.C | 2 +- gcc/testsuite/gcc.dg/analyzer/attr-malloc-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/malloc-1.c | 32 ++++-- gcc/testsuite/gcc.dg/analyzer/malloc-callbacks.c | 5 +- gcc/testsuite/gcc.dg/analyzer/malloc-paths-8.c | 4 +- gcc/testsuite/gcc.dg/analyzer/pr104560-1.c | 43 ++++++++ gcc/testsuite/gcc.dg/analyzer/pr104560-2.c | 26 +++++ gcc/testsuite/gcc.dg/analyzer/realloc-1.c | 4 +- gcc/testsuite/gcc.dg/analyzer/vla-1.c | 9 ++ libbacktrace/dwarf.c | 3 + libgo/go/net/fcntl_libc_test.go | 5 +- libgo/go/os/signal/internal/pty/pty.go | 2 +- libgo/go/runtime/os3_solaris.go | 8 ++ libgo/go/runtime/stubs2.go | 2 +- libgo/go/syscall/exec_bsd.go | 4 +- libgo/go/syscall/export_unix_test.go | 2 +- libgo/go/syscall/syscall_solaris.go | 2 - 24 files changed, 284 insertions(+), 127 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104560-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104560-2.c