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 9ae8b993cd3 gcov: Add section for freestanding environments adds 6b6f53d8afd Daily bump. new 654f6978cdc c++: Add diagnostic when operator= is used as truth cond [PR25689] new 97b30a399ef c++: typeid and instantiation [PR102651] new fcff9a464cc c++: traits, array of unknown bound of incomplete new ae5168ddc92 ada: bump Library_Version to 13.
The 4 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: contrib/ChangeLog | 5 + gcc/ChangeLog | 118 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/gnatvsn.ads | 2 +- gcc/analyzer/ChangeLog | 23 +++++ gcc/cp/ChangeLog | 42 ++++++++ gcc/cp/call.cc | 13 ++- gcc/cp/rtti.cc | 15 ++- gcc/cp/semantics.cc | 25 ++++- gcc/d/ChangeLog | 6 ++ gcc/fortran/ChangeLog | 5 + gcc/testsuite/ChangeLog | 87 ++++++++++++++++ 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 +++++++++++ libgcc/ChangeLog | 65 ++++++++++++ libgomp/ChangeLog | 7 ++ libphobos/ChangeLog | 4 + libstdc++-v3/ChangeLog | 16 +++ maintainer-scripts/ChangeLog | 5 + 20 files changed, 513 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/rtti/typeid-complete1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wparentheses-31.C