This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 9642d07c35f match.pd: Improve y == MIN || x < y optimization [PR105983] adds 5b1594dc2d0 Propagator should call value_of_stmt. adds 6c849e2fab3 Clear invariant bit for inferred ranges. adds 9ca05d5d9b9 c++: Elide inactive initializer fns from init array adds 51309d1158b libstdc++: Apply r13-1096-g6abe341558abec change to vstring [...] adds 98a0d72a610 libstdc++: Support constexpr global std::string for size < [...] new b2aaa44d2c9 compiler: don't generate stubs for ambiguous direct interfa [...] new d89e64d4cbf flags: add comment
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/cp/decl2.cc | 97 ++++++++++++---------- gcc/flags.h | 2 +- gcc/gimple-range-cache.cc | 7 +- gcc/gimple-range-gori.cc | 10 ++- gcc/gimple-range-gori.h | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 2 +- gcc/testsuite/g++.dg/modules/init-2_b.C | 1 + gcc/testsuite/g++.dg/modules/init-2_c.C | 1 + gcc/tree-ssa-propagate.cc | 2 +- libstdc++-v3/include/bits/basic_string.h | 3 +- libstdc++-v3/include/ext/vstring.h | 45 +++++----- .../21_strings/basic_string/cons/char/105995.cc | 9 ++ 13 files changed, 102 insertions(+), 81 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/105995.cc