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 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/testsuite/gcc.dg/analyzer/realloc-1.c | 5 +++ gcc/testsuite/gcc.dg/analyzer/torture/pr102225.c | 6 ++++ 6 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr102225.c