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-O3_VECT
in repository toolchain/ci/base-artifacts.
discards 766c5200e 0: update: binutils-df9d50bb223d0798a9efa3e62f2a05994d788609: 1
new ce10a970b 0: update: gcc-4d2321314a656dd3e30117e2a5266cbacb1e60eb: 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 (766c5200e)
\
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 1708 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30424 -> 28876 bytes
04-build_abe-stage1/console.log.xz | Bin 89784 -> 87756 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 17500 -> 17056 bytes
07-build_abe-stage2/console.log.xz | Bin 167584 -> 164692 bytes
08-benchmark/benchmark-build.log | 34 +++++++++---------
08-benchmark/benchmark.log | 32 +++++++++--------
08-benchmark/console.log.xz | Bin 3008 -> 3060 bytes
09-check_regression/console.log.xz | Bin 1548 -> 1548 bytes
09-check_regression/results.log | 36 +++++++++----------
10-update_baseline/console.log | 66 +++++++++++++++++------------------
10-update_baseline/results.log | 36 +++++++++----------
jenkins/manifest.sh | 10 +++---
results | 2 +-
results_id | 2 +-
17 files changed, 111 insertions(+), 107 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/gdb.
from 451c003d5f bfd: Partially revert commit 0e3839bde6f
adds f10522c0e7 Simplify some Rust expression-evaluation code
new 2b1ca85cf8 Automatic date update in version.in
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:
bfd/version.h | 2 +-
gdb/rust-exp.h | 39 +++------------------------------------
gdb/rust-lang.c | 44 ++++++++++++++++++++++++++------------------
3 files changed, 30 insertions(+), 55 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/gcc.
from 603a9ab41f4 contrib: filter out one more Clang warning.
adds cbcf4a50fa2 [aarch64/64821]: Simplify __builtin_aarch64_sqrt* into inte [...]
adds 2da90ad39bf c++: designated init of char array by string constant [PR55227]
adds 2d8a9ad4a92 libstdc++: Fix aliasing violation in std::shared_ptr [PR104019]
adds 084680db9af libstdc++: Restore support for unordered_map<const T, ...> [...]
adds 416b6fc7483 libstdc++: Use fast_float for long double if it uses binary [...]
adds 51631875a2f libstdc++: Fix std::spanstream move assignment [PR104032]
adds 0c940703f00 Daily bump.
new 4d2321314a6 x86: Also check mode of memory broadcast in bcst_mem_operand
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:
contrib/ChangeLog | 5 +
gcc/ChangeLog | 8 ++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-builtins.cc | 7 ++
gcc/config/i386/predicates.md | 2 +
gcc/cp/ChangeLog | 25 +++++
gcc/cp/decl.cc | 28 ++---
gcc/testsuite/ChangeLog | 21 ++++
gcc/testsuite/g++.dg/cpp2a/desig21.C | 48 +++++++++
gcc/testsuite/gcc.target/aarch64/vsqrt-1.c | 17 ++++
gcc/testsuite/gcc.target/aarch64/vsqrt-2.c | 28 +++++
gcc/testsuite/gcc.target/i386/pr104188.c | 70 +++++++++++++
libstdc++-v3/ChangeLog | 35 +++++++
libstdc++-v3/include/bits/hashtable_policy.h | 11 ++
libstdc++-v3/include/bits/shared_ptr_base.h | 2 +-
libstdc++-v3/include/std/spanstream | 15 ++-
libstdc++-v3/src/c++17/floating_from_chars.cc | 38 +++++--
.../23_containers/unordered_map/104174.cc | 4 +
libstdc++-v3/testsuite/27_io/spanstream/2.cc | 113 +++++++++++++++++++++
19 files changed, 449 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig21.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/vsqrt-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vsqrt-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104188.c
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/104174.cc
create mode 100644 libstdc++-v3/testsuite/27_io/spanstream/2.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 451c003d5f bfd: Partially revert commit 0e3839bde6f
adds f10522c0e7 Simplify some Rust expression-evaluation code
adds 2b1ca85cf8 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/rust-exp.h | 39 +++------------------------------------
gdb/rust-lang.c | 44 ++++++++++++++++++++++++++------------------
3 files changed, 30 insertions(+), 55 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/base-artifacts.
discards c5f210ea5 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 65177335a 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 (c5f210ea5)
\
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 1544 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30532 -> 30224 bytes
05-build_abe-stage1/console.log.xz | Bin 71044 -> 71128 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9220 -> 9496 bytes
08-build_abe-glibc/console.log.xz | Bin 236444 -> 237060 bytes
09-build_abe-stage2/console.log.xz | Bin 198732 -> 198468 bytes
10-build_abe-gdb/console.log.xz | Bin 37308 -> 37056 bytes
11-build_abe-qemu/console.log.xz | Bin 30544 -> 31184 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 20 insertions(+), 20 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/gcc.
from 603a9ab41f4 contrib: filter out one more Clang warning.
adds cbcf4a50fa2 [aarch64/64821]: Simplify __builtin_aarch64_sqrt* into inte [...]
adds 2da90ad39bf c++: designated init of char array by string constant [PR55227]
adds 2d8a9ad4a92 libstdc++: Fix aliasing violation in std::shared_ptr [PR104019]
adds 084680db9af libstdc++: Restore support for unordered_map<const T, ...> [...]
adds 416b6fc7483 libstdc++: Use fast_float for long double if it uses binary [...]
adds 51631875a2f libstdc++: Fix std::spanstream move assignment [PR104032]
new 0c940703f00 Daily bump.
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:
contrib/ChangeLog | 5 +
gcc/ChangeLog | 8 ++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-builtins.cc | 7 ++
gcc/cp/ChangeLog | 25 +++++
gcc/cp/decl.cc | 28 ++---
gcc/testsuite/ChangeLog | 21 ++++
gcc/testsuite/g++.dg/cpp2a/desig21.C | 48 +++++++++
gcc/testsuite/gcc.target/aarch64/vsqrt-1.c | 17 ++++
gcc/testsuite/gcc.target/aarch64/vsqrt-2.c | 28 +++++
libstdc++-v3/ChangeLog | 35 +++++++
libstdc++-v3/include/bits/hashtable_policy.h | 11 ++
libstdc++-v3/include/bits/shared_ptr_base.h | 2 +-
libstdc++-v3/include/std/spanstream | 15 ++-
libstdc++-v3/src/c++17/floating_from_chars.cc | 38 +++++--
.../23_containers/unordered_map/104174.cc | 4 +
libstdc++-v3/testsuite/27_io/spanstream/2.cc | 113 +++++++++++++++++++++
17 files changed, 377 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig21.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/vsqrt-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vsqrt-2.c
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/104174.cc
create mode 100644 libstdc++-v3/testsuite/27_io/spanstream/2.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/binutils-gdb.
from 0e3839bde6 bfd: Properly install library and header files
adds 451c003d5f bfd: Partially revert commit 0e3839bde6f
adds f10522c0e7 Simplify some Rust expression-evaluation code
adds 2b1ca85cf8 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/Makefile.am | 10 ++---
bfd/Makefile.in | 116 ++++++++++++++++++++++++++++----------------------------
bfd/version.h | 2 +-
gdb/rust-exp.h | 39 ++-----------------
gdb/rust-lang.c | 44 ++++++++++++---------
5 files changed, 94 insertions(+), 117 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/base-artifacts.
discards cf9111474 0: update: binutils-gcc: 1
new 67f8adafb 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 (cf9111474)
\
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 1524 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 38500 -> 37884 bytes
04-build_abe-gcc/console.log.xz | Bin 206208 -> 207812 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3832 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2400 -> 2404 bytes
07-check_regression/console.log.xz | Bin 3000 -> 3392 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 7 +-
07-check_regression/results.compare | 28 +-
07-check_regression/results.compare2 | 77 +-
07-check_regression/results.regressions | 28 +-
08-update_baseline/console.log | 439 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 7 +-
08-update_baseline/results.compare | 28 +-
08-update_baseline/results.compare2 | 77 +-
08-update_baseline/results.regressions | 28 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3476256 -> 3456468 bytes
sumfiles/g++.sum | 132 +-
sumfiles/gcc.log.xz | Bin 2958232 -> 2984080 bytes
sumfiles/gcc.sum | 4380 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1023864 -> 1023256 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 189952 -> 189976 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 431056 -> 431620 bytes
sumfiles/libstdc++.sum | 17 +-
33 files changed, 2758 insertions(+), 2572 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.