This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from bb04f9f23ac tree-optimization/106189 - avoid division by zero exception adds 8a1e05b7618 aarch64: Lower vcombine to GIMPLE adds f023cc54e86 aarch64: Consolidate simd type lookup functions adds c906efc700d aarch64: Move vreinterpret definitions into the compiler adds 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] adds 600956c81c7 Fortran: error recovery from calculation of storage size of [...] adds 0460ba622e8 analyzer: fix stray get_element decls adds db613e8fa84 analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismat [...] adds e75da2ace6b libstdc++: Minor codegen improvement for atomic wait spinloop adds fd96c4b51a7 Daily bump. adds 66434729a79 LoongArch: adjust the default of -mexplicit-relocs by check [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 343 +++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 11 + gcc/analyzer/region.h | 8 - gcc/analyzer/store.cc | 4 +- gcc/config/aarch64/aarch64-builtins.cc | 334 ++- gcc/config/aarch64/arm_neon.h | 3155 -------------------- gcc/config/loongarch/genopts/loongarch.opt.in | 2 +- gcc/config/loongarch/loongarch-opts.cc | 4 +- gcc/config/loongarch/loongarch-opts.h | 4 + gcc/config/loongarch/loongarch.opt | 2 +- gcc/configure | 37 +- gcc/configure.ac | 7 +- gcc/cp/ChangeLog | 6 + gcc/cp/pt.cc | 5 +- gcc/doc/tm.texi | 12 +- gcc/doc/tm.texi.in | 4 +- gcc/expr.cc | 2 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/interface.cc | 7 +- gcc/testsuite/ChangeLog | 60 + gcc/testsuite/g++.dg/template/redecl5.C | 5 + gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c | 67 + gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c | 22 + gcc/testsuite/gcc.dg/tree-ssa/evrp4.c | 2 +- .../aarch64/advsimd-intrinsics/combine.c | 18 + gcc/testsuite/gcc.target/powerpc/pr106016.c | 14 + gcc/testsuite/gfortran.dg/pr103504.f90 | 28 + gcc/tree-ssa-alias.cc | 4 +- gcc/value-range-pretty-print.cc | 33 +- gcc/value-range-pretty-print.h | 2 +- gcc/value-range.cc | 8 + libstdc++-v3/ChangeLog | 4 + libstdc++-v3/include/bits/atomic_wait.h | 17 +- 34 files changed, 987 insertions(+), 3252 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/redecl5.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/combine.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr106016.c create mode 100644 gcc/testsuite/gfortran.dg/pr103504.f90