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-arm-bootstrap in repository toolchain/ci/gcc.
from 6b6f53d8afd Daily bump. adds 654f6978cdc c++: Add diagnostic when operator= is used as truth cond [PR25689] adds 97b30a399ef c++: typeid and instantiation [PR102651] adds fcff9a464cc c++: traits, array of unknown bound of incomplete adds ae5168ddc92 ada: bump Library_Version to 13. adds e27eef7478f middle-end/105376 - invalid REAL_CST for DFP constant adds 3d8d093e820 c++, coroutines: Partial reversion of r12-8308-g15a176a833f [...] adds 7259481f0ec tree-optimization/104322 - remove dead code in vectorizable [...]
No new revisions were added by this update.
Summary of changes: gcc/ada/gnatvsn.ads | 2 +- gcc/cp/call.cc | 13 +++-- gcc/cp/coroutines.cc | 14 +++--- gcc/cp/rtti.cc | 15 ++++-- gcc/cp/semantics.cc | 25 ++++++++-- gcc/testsuite/g++.dg/ext/unary_trait_incomplete.C | 24 ++++----- gcc/testsuite/g++.dg/rtti/typeid-complete1.C | 14 ++++++ gcc/testsuite/g++.dg/warn/Wparentheses-31.C | 59 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr105376.c | 9 ++++ gcc/tree-vect-loop.cc | 7 +-- gcc/tree.cc | 21 ++++++++ 11 files changed, 168 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/rtti/typeid-complete1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wparentheses-31.C create mode 100644 gcc/testsuite/gcc.dg/pr105376.c