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-arm
in repository toolchain/ci/base-artifacts.
discards b2a456a16 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new c3e18484c 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 (b2a456a16)
\
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 1552 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 30512 -> 30092 bytes
05-build_abe-stage1/console.log.xz | Bin 90576 -> 89688 bytes
07-build_abe-linux/console.log.xz | Bin 9164 -> 9476 bytes
08-build_abe-glibc/console.log.xz | Bin 231016 -> 231316 bytes
09-build_abe-stage2/console.log.xz | Bin 221492 -> 221524 bytes
10-build_abe-gdb/console.log.xz | Bin 37536 -> 36936 bytes
11-build_abe-qemu/console.log.xz | Bin 30696 -> 30752 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
12 files changed, 12 insertions(+), 12 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 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...]
adds 565c20212a ld: Remove emultempl/armcoff.em
new eb06e60a98 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 +-
ld/emultempl/armcoff.em | 293 ------------------------------------------------
2 files changed, 1 insertion(+), 294 deletions(-)
delete mode 100644 ld/emultempl/armcoff.em
--
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/glibc.
from 811124ce08 x86-64: Add vector acos/acosf to libmvec microbenchmark
adds c15efd011c x86-64: Fix strcmp-avx2.S
adds 0e0199a9e0 x86-64: Fix strcmp-evex.S
No new revisions were added by this update.
Summary of changes:
sysdeps/x86_64/multiarch/strcmp-avx2.S | 2 +-
sysdeps/x86_64/multiarch/strcmp-evex.S | 2 +-
2 files changed, 2 insertions(+), 2 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 8d6fffc4bcd rs6000: Fix up -D_FORTIFY_SOURCE* with -mabi=ieeelongdouble [...]
adds 8cb748a31cd rs6000: Clean up ISA 3.1 documentation [PR100808]
adds b28b92bc008 rs6000: More factoring of overload processing
adds ebf61754647 libstdc++: Fix filesystem::remove_all races [PR104161]
adds da72e0fd20f libstdc++: Remove un-implementable noexcept from Filesystem [...]
adds 0d1aabb60ec libstdc++: Allow Clang to use <stdatomic.h> before C++23
adds 6e3419529d4 libstdc++: Fix std::filesystem build failure for Windows
new 3c1cbde16e5 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:
fixincludes/ChangeLog | 4 +
gcc/ChangeLog | 107 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-c.cc | 304 ++++++++++-------------
gcc/doc/extend.texi | 71 +++---
gcc/lto/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 48 ++++
libgomp/ChangeLog | 12 +
libstdc++-v3/ChangeLog | 78 ++++++
libstdc++-v3/acinclude.m4 | 27 +-
libstdc++-v3/config.h.in | 6 +
libstdc++-v3/configure | 116 ++++++++-
libstdc++-v3/include/bits/fs_dir.h | 8 +
libstdc++-v3/include/bits/fs_fwd.h | 4 +
libstdc++-v3/include/c_compatibility/stdatomic.h | 2 +
libstdc++-v3/include/experimental/bits/fs_ops.h | 8 +-
libstdc++-v3/src/c++17/fs_dir.cc | 251 ++++++++++++++++---
libstdc++-v3/src/c++17/fs_ops.cc | 139 ++++-------
libstdc++-v3/src/filesystem/dir-common.h | 145 +++++++----
libstdc++-v3/src/filesystem/dir.cc | 77 +++---
libstdc++-v3/src/filesystem/ops.cc | 37 +--
21 files changed, 1008 insertions(+), 444 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 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...]
adds 565c20212a ld: Remove emultempl/armcoff.em
adds eb06e60a98 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/emultempl/armcoff.em | 293 ------------------------------------------------
2 files changed, 1 insertion(+), 294 deletions(-)
delete mode 100644 ld/emultempl/armcoff.em
--
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 8545b49d8 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new aad149434 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 (8545b49d8)
\
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 1560 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 30904 -> 30196 bytes
05-build_abe-stage1/console.log.xz | Bin 71676 -> 71036 bytes
07-build_abe-linux/console.log.xz | Bin 9360 -> 9388 bytes
08-build_abe-glibc/console.log.xz | Bin 236840 -> 237036 bytes
09-build_abe-stage2/console.log.xz | Bin 198648 -> 198892 bytes
10-build_abe-gdb/console.log.xz | Bin 37720 -> 37124 bytes
11-build_abe-qemu/console.log.xz | Bin 31196 -> 30988 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 14 insertions(+), 14 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 8d6fffc4bcd rs6000: Fix up -D_FORTIFY_SOURCE* with -mabi=ieeelongdouble [...]
adds 8cb748a31cd rs6000: Clean up ISA 3.1 documentation [PR100808]
adds b28b92bc008 rs6000: More factoring of overload processing
new ebf61754647 libstdc++: Fix filesystem::remove_all races [PR104161]
new da72e0fd20f libstdc++: Remove un-implementable noexcept from Filesystem [...]
new 0d1aabb60ec libstdc++: Allow Clang to use <stdatomic.h> before C++23
new 6e3419529d4 libstdc++: Fix std::filesystem build failure for Windows
The 4 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:
gcc/config/rs6000/rs6000-c.cc | 304 ++++++++++-------------
gcc/doc/extend.texi | 71 +++---
libstdc++-v3/acinclude.m4 | 27 +-
libstdc++-v3/config.h.in | 6 +
libstdc++-v3/configure | 116 ++++++++-
libstdc++-v3/include/bits/fs_dir.h | 8 +
libstdc++-v3/include/bits/fs_fwd.h | 4 +
libstdc++-v3/include/c_compatibility/stdatomic.h | 2 +
libstdc++-v3/include/experimental/bits/fs_ops.h | 8 +-
libstdc++-v3/src/c++17/fs_dir.cc | 251 ++++++++++++++++---
libstdc++-v3/src/c++17/fs_ops.cc | 139 ++++-------
libstdc++-v3/src/filesystem/dir-common.h | 145 +++++++----
libstdc++-v3/src/filesystem/dir.cc | 77 +++---
libstdc++-v3/src/filesystem/ops.cc | 37 +--
14 files changed, 752 insertions(+), 443 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 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...]
adds 565c20212a ld: Remove emultempl/armcoff.em
adds eb06e60a98 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/emultempl/armcoff.em | 293 ------------------------------------------------
2 files changed, 1 insertion(+), 294 deletions(-)
delete mode 100644 ld/emultempl/armcoff.em
--
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 76d5a5164 0: update: binutils-gcc: 1
new 0e4ee4fff 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 (76d5a5164)
\
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 1560 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 39416 -> 37732 bytes
04-build_abe-gcc/console.log.xz | Bin 207944 -> 208156 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3880 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2848 -> 2572 bytes
07-check_regression/console.log.xz | Bin 3132 -> 3032 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 9 +-
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 81 +-
07-check_regression/results.regressions | 33 +-
08-update_baseline/console.log | 404 ++-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 9 +-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 81 +-
08-update_baseline/results.regressions | 33 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3482404 -> 3479160 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2982112 -> 2980776 bytes
sumfiles/gcc.sum | 5018 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1025616 -> 1028572 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2196 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 189988 -> 189704 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 430592 -> 433320 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2956 insertions(+), 3046 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.