This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from d1d571873c8 Daily bump. adds 2a6d372ba96 cgraph: Fix up semantic_interposition handling [PR105306] adds 0707f428090 Fix overflows in ipa-modref-tree.cc adds 36f1de95a61 tree-optimization/105312 - fix ISEL VCOND expansion adds 4d4eaa77a7d tree-optimization/104912 - ensure cost model is checked first new c644b7df11a libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602] new 67ded3a1f5b libstdc++: Fix macro checked by test
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cgraph.cc | 1 + gcc/cgraphclones.cc | 1 + gcc/gimple-isel.cc | 8 +++ gcc/ipa-modref-tree.cc | 31 ++++++++--- gcc/testsuite/g++.dg/opt/pr105306.C | 13 +++++ gcc/testsuite/gcc.c-torture/compile/103818.c | 12 +++++ gcc/testsuite/gcc.target/arm/pr105312.c | 23 +++++++++ gcc/tree-vect-loop-manip.cc | 60 ++++++++++++++++++++-- libstdc++-v3/doc/html/manual/setup.html | 33 ++++++++++++ libstdc++-v3/doc/xml/manual/prerequisites.xml | 50 ++++++++++++++++++ libstdc++-v3/src/Makefile.am | 4 +- libstdc++-v3/src/Makefile.in | 4 +- .../operations/copy/char/constexpr.cc | 2 +- 13 files changed, 228 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr105306.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/103818.c create mode 100644 gcc/testsuite/gcc.target/arm/pr105312.c