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-arm in repository toolchain/ci/gcc.
from 8769f32b645 Fortran: fix bootstrap on SPARC/Solaris adds 192e4a9fa08 testsuite: Fix up pr104188.c testcase for i686-linux [PR104188] adds e966a508e03 analyzer: fix sense in range::add_bound [PR94362] adds 9ff3e2368d8 analyzer: fix missing uninit warning on args to stdio built [...] adds 8bcf835e0a4 rtl: builtins: Fix builtins feclearexcept and feraiseexcept [...] adds 1bc00a48908 IPA mod-ref: fix usage of --param names in dump messages. adds 00d83211241 c++: ->template and using-decl [PR104235]
No new revisions were added by this update.
Summary of changes: gcc/analyzer/constraint-manager.cc | 93 ++++++++++++++++++---- gcc/analyzer/region-model.cc | 11 +++ gcc/analyzer/region-model.h | 2 + gcc/builtins.cc | 3 + gcc/cp/parser.cc | 3 +- gcc/ipa-modref-tree.cc | 10 +-- gcc/ipa-modref-tree.h | 9 +-- gcc/testsuite/g++.dg/parse/template-keyword2.C | 8 ++ gcc/testsuite/gcc.dg/analyzer/pr104224.c | 106 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/modref-7.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-8.c | 4 +- gcc/testsuite/gcc.target/i386/pr104188.c | 3 +- 12 files changed, 224 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/parse/template-keyword2.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104224.c