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 67248ad043b Improve ptr_derefs_may_alias_p for the case of &STRING_CST adds 2615502971c Handle non constant ranges in irange pretty printer. adds 2333b58c989 c++: ICE with erroneous template redeclaration [PR106311] adds 78017eaa369 docs: fix crossing declaration of @defmac and @hook. adds 87ce0f1fd65 docs: fix previsou commit adds 5b96c823e59 LoongArch: Modify the output message string of the warning. adds 975658b782f c: Handle initializations of opaque types [PR106016]
No new revisions were added by this update.
Summary of changes: gcc/config/loongarch/loongarch-opts.cc | 4 ++-- gcc/cp/pt.cc | 5 ++++- gcc/doc/tm.texi | 12 +++++------ gcc/doc/tm.texi.in | 4 ++-- gcc/expr.cc | 2 +- gcc/testsuite/g++.dg/template/redecl5.C | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/evrp4.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr106016.c | 14 ++++++++++++ gcc/value-range-pretty-print.cc | 33 +++++++++++++++++------------ gcc/value-range-pretty-print.h | 2 +- gcc/value-range.cc | 8 +++++++ 11 files changed, 64 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/redecl5.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr106016.c