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 d081516ae17 testsuite: Use explicit -ftree-cselim in tests using -fdump [...] adds d27d694151c testsuite: Allow .sdata in more cases in gcc.dg/array-quals-1.c adds 716a5836928 c++/102228 - make lookup_anon_field O(1) adds e66b9f6779f analyzer: fix ICE when discarding result of realloc [PR102225]
No new revisions were added by this update.
Summary of changes: gcc/analyzer/analyzer.h | 2 ++ gcc/analyzer/constraint-manager.cc | 9 ++--- gcc/analyzer/region-model-impl-calls.cc | 42 ++++++++++++++++-------- gcc/analyzer/region-model.cc | 2 +- gcc/cp/cp-tree.h | 4 +++ gcc/cp/decl.c | 3 ++ gcc/cp/decl2.c | 17 +++++----- gcc/cp/module.cc | 10 ++++-- gcc/cp/semantics.c | 8 +++++ gcc/cp/typeck.c | 32 +++--------------- gcc/testsuite/gcc.dg/analyzer/realloc-1.c | 5 +++ gcc/testsuite/gcc.dg/analyzer/torture/pr102225.c | 6 ++++ gcc/testsuite/gcc.dg/array-quals-1.c | 10 +++--- 13 files changed, 89 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr102225.c