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 d74c4c6a1b4 rs6000: Handle pcrel sibcalls to longcall functions [PR104894] adds da066c4269c Daily bump. adds 6afb21b824d LoongArch: Fix bug for tmpdir-g++.dg-struct-layout-1/t033. adds 4195fced8a1 c++: using operator= [PR105223] adds 0899b22d932 c++: rodata and defaulted ctor [PR104142]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 64 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 ++++ gcc/config/loongarch/loongarch.cc | 8 +++-- gcc/cp/ChangeLog | 20 +++++++++++ gcc/cp/class.cc | 19 +++++----- gcc/cp/decl.cc | 4 +++ gcc/testsuite/ChangeLog | 52 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/opt/const7.C | 7 ++++ gcc/testsuite/g++.dg/template/using31.C | 16 +++++++++ libstdc++-v3/ChangeLog | 48 +++++++++++++++++++++++++ 11 files changed, 232 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/const7.C create mode 100644 gcc/testsuite/g++.dg/template/using31.C