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_ubsan in repository toolchain/ci/gcc.
from 0c5730a64d9 [Ada] Small housekeeping work in gigi adds c7970b146f9 Speed up DOM record_temporary_equivalences adds 554b21edb9e Clear nonzero mask when inverting ranges. adds 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] adds cff72485b1d Daily bump. adds e85c94d1c83 xtensa: Minor fix for FP constant synthesis adds 47725f78dc5 docs: fix position of @end deftypefn adds fd782def319 docs: fix position of @end deftypefn adds 9f7f0499896 libiberty: fix docs typo adds b0f02eeb906 Fix ICE on view conversion between struct and integer
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 38 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 240 +++++++++++++++++++++ gcc/config/xtensa/xtensa.md | 35 +-- gcc/cp/ChangeLog | 19 ++ gcc/cp/constraint.cc | 22 +- gcc/cp/cp-tree.h | 1 + gcc/cp/pt.cc | 51 +++-- gcc/doc/gimple.texi | 7 +- gcc/gimplify.cc | 29 +-- gcc/go/gofrontend/MERGE | 2 +- gcc/range-op.cc | 3 + gcc/testsuite/ChangeLog | 24 +++ gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C | 34 +++ gcc/testsuite/g++.dg/cpp2a/consteval31.C | 26 +++ gcc/testsuite/g++.dg/ipa/pure-const-3.C | 2 +- gcc/testsuite/gcc.dg/pr102983.c | 2 +- .../gcc.target/xtensa/constsynth_double.c | 2 +- gcc/testsuite/gnat.dg/opt98.adb | 14 ++ gcc/testsuite/gnat.dg/opt98.ads | 19 ++ gcc/tree-ssa-dom.cc | 67 +++--- gcc/tree-ssa-dom.h | 3 - gcc/value-range.cc | 8 + libcpp/ChangeLog | 6 + libcpp/include/line-map.h | 4 +- libgo/sysinfo.c | 3 - libiberty/functions.texi | 2 +- 27 files changed, 553 insertions(+), 112 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval31.C create mode 100644 gcc/testsuite/gnat.dg/opt98.adb create mode 100644 gcc/testsuite/gnat.dg/opt98.ads