This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c9c47777 2: update: linux-e7d6987e09a328d4a949701db40ef63fbb970670: 20726
new 3aa42eed 2: update: gcc-235f88dbc3494c49e0f361a5a3f78491f72ff47c: 20726
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 (c9c47777)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1548 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29324 -> 29272 bytes
04-build_abe-stage1/console.log.xz | Bin 73232 -> 71432 bytes
05-build_abe-qemu/console.log.xz | Bin 31996 -> 31844 bytes
06-build_linux/console.log.xz | Bin 18112 -> 19640 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 14 +++++++-------
jenkins/manifest.sh | 8 ++++----
9 files changed, 11 insertions(+), 11 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_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from ac16b09d7e gdb: move setbuf calls out of gdb_readline_no_editing_callback
adds 455fe76708 Automatic date update in version.in
adds 2b718529b9 gdb/infrun: assert !step_over_info_valid_p in restart_threads
adds 5f59e7e0c7 gdb/fortran: Support for assumed rank zero
adds 0d38576a34 Emit a note warning the user that creating an executable sta [...]
adds 2cf349be0e Do not put linkage names into .gdb_index
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 8 ++++++++
bfd/elflink.c | 8 ++++++--
bfd/version.h | 2 +-
binutils/ChangeLog | 6 ++++++
binutils/testsuite/lib/binutils-common.exp | 1 +
gdb/dwarf2/index-write.c | 8 ++++++++
gdb/gdbtypes.c | 22 ++++++++++++++++++----
gdb/gdbtypes.h | 1 -
gdb/infrun.c | 8 +++++++-
gdb/testsuite/gdb.fortran/assumedrank.exp | 6 ++++++
gdb/testsuite/gdb.fortran/assumedrank.f90 | 3 +++
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr29072.b.warn | 1 +
13 files changed, 71 insertions(+), 9 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_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 47a035a0 2: update: binutils-gcc: 0
new 5e992529 2: update: binutils-gcc: 0
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 (47a035a0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1676 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 24760 -> 24704 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 10 +++++-----
6 files changed, 8 insertions(+), 8 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 a5cee0480c1 libstdc++: Add deduction guides for std::packaged_task [PR105375]
new 2fbdcf5e58c libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)
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/bits/ptr_traits.h | 5 +-
libstdc++-v3/include/bits/unique_ptr.h | 124 +++++++++++++++++----
libstdc++-v3/include/std/version | 4 +
.../20_util/unique_ptr/assign/constexpr.cc | 48 ++++++++
.../20_util/unique_ptr/comparison/constexpr.cc | 73 ++++++++++++
.../20_util/unique_ptr/cons/constexpr_c++20.cc | 85 ++++++++++++++
.../20_util/unique_ptr/creation/constexpr.cc | 34 ++++++
.../20_util/unique_ptr/modifiers/constexpr.cc | 68 +++++++++++
.../unique_ptr/specialized_algorithms/constexpr.cc | 46 ++++++++
9 files changed, 466 insertions(+), 21 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/assign/constexpr.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/comparison/constexpr.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr_c++20.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/creation/constexpr.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/constexpr.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithm [...]
--
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_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 075f0fd3 0: update: gcc-fa5cd7102da676dcb1757b1288421f5f3439ae0e: 1
new c325a71c 0: update: gcc-235f88dbc3494c49e0f361a5a3f78491f72ff47c: 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 (075f0fd3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1544 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 36724 -> 36908 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 267720 -> 267404 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3820 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 3172 -> 2644 bytes
07-check_regression/console.log.xz | Bin 3348 -> 3584 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 12 +-
07-check_regression/results.compare | 40 +-
07-check_regression/results.compare2 | 131 +-
07-check_regression/results.regressions | 40 +-
08-update_baseline/console.log | 357 +-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 12 +-
08-update_baseline/results.compare | 40 +-
08-update_baseline/results.compare2 | 131 +-
08-update_baseline/results.regressions | 40 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3574404 -> 3541764 bytes
sumfiles/g++.sum | 124 +-
sumfiles/gcc.log.xz | Bin 3144444 -> 3152940 bytes
sumfiles/gcc.sum | 5263 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 1070764 -> 1070424 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2348 -> 2356 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 207932 -> 207656 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450640 -> 448920 bytes
sumfiles/libstdc++.sum | 16 +-
33 files changed, 3197 insertions(+), 3091 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO
in repository toolchain/ci/base-artifacts.
discards c72c0586 0: update: binutils-gcc-newlib: 1
new 3f5c2e97 0: update: binutils-gcc-newlib: 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 (c72c0586)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1488 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30180 -> 29992 bytes
04-build_abe-stage1/console.log.xz | Bin 87900 -> 87828 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 16816 -> 16596 bytes
07-build_abe-stage2/console.log.xz | Bin 159252 -> 159364 bytes
08-benchmark/benchmark-build.log | 44 ++++---
08-benchmark/benchmark.log | 42 +++---
08-benchmark/console.log.xz | Bin 3004 -> 3076 bytes
09-check_regression/console.log.xz | Bin 1620 -> 1620 bytes
09-check_regression/results-perf-0.csv | 2 +-
09-check_regression/results.log | 46 +++----
10-update_baseline/console.log | 228 ++++++++++++++++-----------------
10-update_baseline/results-perf-0.csv | 2 +-
10-update_baseline/results.log | 46 +++----
jenkins/manifest.sh | 16 +--
results | 2 +-
results_id | 2 +-
19 files changed, 217 insertions(+), 213 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.