This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 2cd0c9a5310 c++: tweak PR103337 fix adds 4cebae09242 analyzer: fix accessing wrong stack frame on interprocedura [...] adds d1ca63a1b7d Daily bump. adds 497bde3ab92 rs6000: Skip overload instances with NULL fntype [PR104967]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 54 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 50 +++++++++++++++++++++ gcc/analyzer/engine.cc | 4 +- gcc/analyzer/region-model.cc | 50 ++++++++++++--------- gcc/analyzer/region-model.h | 7 +-- gcc/analyzer/region.cc | 50 ++++++++++++++++++--- gcc/analyzer/region.h | 6 ++- gcc/config/rs6000/rs6000-c.cc | 4 ++ gcc/cp/ChangeLog | 18 ++++++++ gcc/fortran/ChangeLog | 8 ++++ gcc/lto/ChangeLog | 11 +++++ gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1-29.c | 36 --------------- gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1.c | 9 ++++ gcc/testsuite/gcc.dg/analyzer/stale-frame-1.c | 29 ++++++++++++ libgomp/ChangeLog | 10 +++++ libstdc++-v3/ChangeLog | 31 +++++++++++++ 18 files changed, 355 insertions(+), 72 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1-29.c