This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 90c3a622723 More consistently dump GIMPLE FE consumable stmts
adds 4b8ca6c6177 Ranger: More efficient zero/nonzero check.
adds e828f4b5898 Use TYPE_MIN/MAX_VALUE in set_varying when possible.
adds 3ca950c3525 Introduce a param-switch-limit for EVRP.
adds ad451b020a2 Add range intersect with 2 wide-ints.
No new revisions were added by this update.
Summary of changes:
gcc/doc/invoke.texi | 3 +++
gcc/gimple-range-cache.cc | 11 ++++----
gcc/gimple-range-edge.cc | 7 ++++-
gcc/gimple-range-edge.h | 3 ++-
gcc/gimple-range-fold.cc | 14 ++++------
gcc/gimple-range-gori.cc | 6 ++++-
gcc/params.opt | 4 +++
gcc/value-range.cc | 69 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/value-range.h | 16 +++++++++--
9 files changed, 114 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from cf2ad3e662 [gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.exp
adds 24616c1995 gdb/doc: improve 'show print elements' description
No new revisions were added by this update.
Summary of changes:
gdb/doc/gdb.texinfo | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards e9b0e8fa8 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new efc030c5b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e9b0e8fa8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
01-reset_artifacts/console.log.xz | Bin 1536 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 45684 -> 45260 bytes
05-build_abe-stage1/console.log.xz | Bin 72004 -> 71644 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8952 -> 8996 bytes
08-build_abe-glibc/console.log.xz | Bin 236044 -> 236156 bytes
09-build_abe-stage2/console.log.xz | Bin 201176 -> 201196 bytes
10-build_abe-gdb/console.log.xz | Bin 45028 -> 44792 bytes
11-build_abe-qemu/console.log.xz | Bin 30260 -> 30168 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ad451b020a2 Add range intersect with 2 wide-ints.
new 881d1689a42 libstdc++: Implement std::move_only_function for C++23 (P0288R9)
The 1 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:
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/bits/mofunc_impl.h | 200 ++++++++++++++++++++
libstdc++-v3/include/bits/move_only_function.h | 204 +++++++++++++++++++++
libstdc++-v3/include/std/functional | 3 +
libstdc++-v3/include/std/version | 1 +
.../testsuite/20_util/move_only_function/call.cc | 199 ++++++++++++++++++++
.../testsuite/20_util/move_only_function/cons.cc | 98 ++++++++++
.../testsuite/20_util/move_only_function/move.cc | 109 +++++++++++
.../20_util/move_only_function/version.cc | 10 +
10 files changed, 828 insertions(+)
create mode 100644 libstdc++-v3/include/bits/mofunc_impl.h
create mode 100644 libstdc++-v3/include/bits/move_only_function.h
create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/call.cc
create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/cons.cc
create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/move.cc
create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/version.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64
in repository toolchain/ci/gcc.
from 90c3a622723 More consistently dump GIMPLE FE consumable stmts
adds 4b8ca6c6177 Ranger: More efficient zero/nonzero check.
adds e828f4b5898 Use TYPE_MIN/MAX_VALUE in set_varying when possible.
adds 3ca950c3525 Introduce a param-switch-limit for EVRP.
adds ad451b020a2 Add range intersect with 2 wide-ints.
No new revisions were added by this update.
Summary of changes:
gcc/doc/invoke.texi | 3 +++
gcc/gimple-range-cache.cc | 11 ++++----
gcc/gimple-range-edge.cc | 7 ++++-
gcc/gimple-range-edge.h | 3 ++-
gcc/gimple-range-fold.cc | 14 ++++------
gcc/gimple-range-gori.cc | 6 ++++-
gcc/params.opt | 4 +++
gcc/value-range.cc | 69 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/value-range.h | 16 +++++++++--
9 files changed, 114 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64
in repository toolchain/ci/binutils-gdb.
from cf2ad3e662 [gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.exp
adds 24616c1995 gdb/doc: improve 'show print elements' description
No new revisions were added by this update.
Summary of changes:
gdb/doc/gdb.texinfo | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64
in repository toolchain/ci/base-artifacts.
discards 96c415183 0: update: binutils-gcc: 1
new 4988823cf 0: update: binutils-gcc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (96c415183)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
01-reset_artifacts/console.log.xz | Bin 1520 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 52944 -> 53772 bytes
04-build_abe-gcc/console.log.xz | Bin 209084 -> 207928 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3876 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2924 -> 2584 bytes
07-check_regression/console.log.xz | Bin 3916 -> 2380 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 450 +----
08-update_baseline/console.log | 685 ++-----
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 450 +----
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3414912 -> 3437568 bytes
sumfiles/g++.sum | 118 +-
sumfiles/gcc.log.xz | Bin 2921868 -> 2882844 bytes
sumfiles/gcc.sum | 3472 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 862816 -> 859124 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2168 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169068 -> 169396 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2528 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 421664 -> 418692 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 1993 insertions(+), 3302 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.