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 1184f677d6e Use nonzero bits in range-ops to determine if < 0 is false. adds f35d65517a5 libgo: don't include <linux/fs.h> when building gen-sysinfo.go adds f07778f6f92 c++: dependence of constrained memfn from current inst [PR105842] adds f70c1852422 c++: non-dependent call to consteval operator [PR105912] adds 86a15b266a7 libcpp: Avoid pessimizing std::move [PR106272]
No new revisions were added by this update.
Summary of changes: gcc/cp/constraint.cc | 22 ++++++++--- gcc/cp/cp-tree.h | 1 + gcc/cp/pt.cc | 51 ++++++++++++++++++++------ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C | 34 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval31.C | 26 +++++++++++++ libcpp/include/line-map.h | 4 +- libgo/sysinfo.c | 3 -- 8 files changed, 119 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval31.C