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-release-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from ebd859d2cc Automatic date update in version.in
adds 614000f9d7 Automatic date update in version.in
adds a4577d4f18 Automatic date update in version.in
adds 8b1dda80a5 Automatic date update in version.in
adds 164daf3d64 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_kernel/gnu-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 4ea0fa8f3 0: update: binutils-gcc-linux-qemu: boot
new bf3d8a4fd 0: update: binutils-gcc-linux-qemu: boot
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 (4ea0fa8f3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30048 -> 29840 bytes
04-build_abe-stage1/console.log.xz | Bin 86236 -> 86208 bytes
05-build_abe-qemu/console.log.xz | Bin 32276 -> 32532 bytes
06-build_linux/console.log.xz | Bin 3976 -> 3864 bytes
07-boot_linux/console.log.xz | Bin 5960 -> 5980 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 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_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O2
in repository toolchain/ci/glibc.
from 9d8ae95604 nios2: Remove _dl_skip_args usage (BZ# 29187)
adds ccac2d6d95 nss: add assert to DB_LOOKUP_FCT (BZ #28752)
adds b6aade18a7 nss: handle stat failure in check_reload_and_get (BZ #28752)
No new revisions were added by this update.
Summary of changes:
nss/XXX-lookup.c | 5 +++++
nss/nss_database.c | 39 ++++++++++++++++++++++++---------------
2 files changed, 29 insertions(+), 15 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_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/gcc.
from 5f7a1a436c1 d: Improve TypeInfo errors when compiling in -fno-rtti mode
adds 2d45d5df9ad Daily bump.
adds 65d121507de RISC-V: bitmanip: improve constant-loading for (1ULL << 31) [...]
adds 4b06b730406 x86: Require AVX for F16C and VAES
adds d1201dbf55a libstdc++: Rename __null_terminated to avoid collision with [...]
adds d10b3b5c1f6 libstdc++: Use type_identity_t for non-deducible std::atomi [...]
adds e11091012fe Daily bump.
adds bac09a89314 Fix ICE in extract_insn, at recog.cc:2791
adds 5f4931ec992 d: Set TYPE_ARTIFICIAL on internal TypeInfo types
adds 58c0bc2b62c Darwin: Fix empty g++ command lines [PR105599].
adds be343e001eb Darwin: Future-proof -mmacosx-version-min
adds 64f5efce03c Darwin: Truncate kernel-provided version to OS major for Da [...]
adds f5fe920ec1e Daily bump.
adds 723c1d6284c arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981]
new 4804d03550f 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:
gcc/ChangeLog | 62 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/common/config/i386/cpuinfo.h | 8 +--
gcc/config/arm/arm.cc | 24 ++++++---
gcc/config/darwin-c.cc | 3 +-
gcc/config/darwin-driver.cc | 16 ++----
gcc/config/darwin.h | 17 +++---
gcc/config/i386/sse.md | 3 +-
gcc/config/riscv/riscv.cc | 9 ++++
gcc/config/riscv/riscv.h | 11 ++--
gcc/d/ChangeLog | 19 +++++++
gcc/d/typeinfo.cc | 1 +
gcc/testsuite/ChangeLog | 18 +++++++
gcc/testsuite/g++.target/i386/pr105953.C | 4 ++
gcc/testsuite/gdc.dg/Wpadded.d | 4 ++
libstdc++-v3/ChangeLog | 18 +++++++
libstdc++-v3/include/experimental/bits/fs_path.h | 12 ++---
libstdc++-v3/include/std/atomic | 5 +-
.../testsuite/29_atomics/atomic/lwg3220.cc | 13 +++++
19 files changed, 196 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr105953.C
create mode 100644 gcc/testsuite/gdc.dg/Wpadded.d
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.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_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from ebd859d2cc Automatic date update in version.in
adds 614000f9d7 Automatic date update in version.in
adds a4577d4f18 Automatic date update in version.in
adds 8b1dda80a5 Automatic date update in version.in
adds 164daf3d64 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b3be28699 2: update: binutils-gcc-linux-qemu: 20676
new 070e8eff0 2: update: binutils-gcc-linux-qemu: 20677
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 (b3be28699)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 1564 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30408 -> 30076 bytes
04-build_abe-stage1/console.log.xz | Bin 68672 -> 68388 bytes
05-build_abe-qemu/console.log.xz | Bin 32548 -> 32316 bytes
06-build_linux/console.log.xz | Bin 18600 -> 18404 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 34 +++++++++++++++++-----------------
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
10 files changed, 29 insertions(+), 29 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_tx1/gnu-release-aarch64-spec2k6-O2
in repository toolchain/ci/binutils-gdb.
from af58abfd80 Automatic date update in version.in
adds bc8ba34fc2 Automatic date update in version.in
adds 93054037f1 Automatic date update in version.in
adds 912f2e4449 Automatic date update in version.in
adds 220b941f1e Automatic date update in version.in
adds 794474ead0 Automatic date update in version.in
adds 81d275cb83 Automatic date update in version.in
adds b0530a6f3d Automatic date update in version.in
adds 1d81266d92 Automatic date update in version.in
adds e35ea91a86 Automatic date update in version.in
adds e1ea1dafff x86: Properly handle IFUNC function pointer reference
adds b28a1fd505 Automatic date update in version.in
adds db802012a3 Automatic date update in version.in
adds aef4bdb2ed Automatic date update in version.in
adds 724f6468fb Automatic date update in version.in
adds c86fbb1d88 Automatic date update in version.in
adds d61f79dc47 Automatic date update in version.in
adds 884e81eeb2 Automatic date update in version.in
adds 0dae8bed68 Automatic date update in version.in
adds fe36d34f25 Automatic date update in version.in
adds 949c11728c Automatic date update in version.in
adds d2823f8c27 Automatic date update in version.in
adds ebd859d2cc Automatic date update in version.in
adds 614000f9d7 Automatic date update in version.in
adds a4577d4f18 Automatic date update in version.in
adds 8b1dda80a5 Automatic date update in version.in
adds 164daf3d64 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 8 +++++-
bfd/elf64-x86-64.c | 8 +++++-
bfd/version.h | 2 +-
ld/testsuite/ld-ifunc/ifunc.exp | 9 ++++++
ld/testsuite/ld-ifunc/pr29216.c | 62 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 86 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-ifunc/pr29216.c
--
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_tx1/gnu-release-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 10b4bfff9 0: update: linux-b3dbdcb8f8367ff3735fd6002a942fbe977d4a8d: 1
new 801265985 0: update: binutils-linux-glibc: 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 (10b4bfff9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release- [...]
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 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 29748 -> 30728 bytes
04-build_abe-stage1/console.log.xz | Bin 69888 -> 70760 bytes
06-build_abe-linux/console.log.xz | Bin 9108 -> 9132 bytes
07-build_abe-glibc/console.log.xz | Bin 233956 -> 236280 bytes
08-build_abe-stage2/console.log.xz | Bin 177404 -> 177836 bytes
09-benchmark/benchmark-build.log | 122 +-
09-benchmark/benchmark.log | 120 +-
09-benchmark/console.log.xz | Bin 3768 -> 3680 bytes
10-check_regression/console.log.xz | Bin 7388 -> 7344 bytes
10-check_regression/csv-results-0/md5sum.csv | 58180 +-
10-check_regression/csv-results-0/perf.csv | 3303 +-
10-check_regression/csv-results-0/results.csv | 3531 +-
10-check_regression/csv-results-0/size.csv | 398812 +++++++-------
10-check_regression/csv-results-0/vect.csv | 30 +-
10-check_regression/csv-results-1/md5sum.csv | 72108 +--
10-check_regression/csv-results-1/perf.csv | 3388 +-
10-check_regression/csv-results-1/results.csv | 19516 +-
10-check_regression/csv-results-1/size.csv | 497098 +++++++++---------
10-check_regression/csv-results-1/vect.csv | 32 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 3412 +-
10-check_regression/results-internal.csv | 245 +-
10-check_regression/results.log | 4320 +-
11-update_baseline/console.log | 6385 +-
11-update_baseline/csv-results-0/md5sum.csv | 58180 +-
11-update_baseline/csv-results-0/perf.csv | 3303 +-
11-update_baseline/csv-results-0/results.csv | 3531 +-
11-update_baseline/csv-results-0/size.csv | 398812 +++++++-------
11-update_baseline/csv-results-0/vect.csv | 30 +-
11-update_baseline/csv-results-1/md5sum.csv | 72108 +--
11-update_baseline/csv-results-1/perf.csv | 3388 +-
11-update_baseline/csv-results-1/results.csv | 19516 +-
11-update_baseline/csv-results-1/size.csv | 497098 +++++++++---------
11-update_baseline/csv-results-1/vect.csv | 32 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 3412 +-
11-update_baseline/results-internal.csv | 245 +-
11-update_baseline/results.log | 4348 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1418924 -> 1420292 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 103300 -> 103376 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3909228 -> 3892252 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 18900 -> 18748 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 5067780 -> 5068020 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 39120 -> 39080 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 181352 -> 181296 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 145628 -> 145500 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 1097608 -> 1101292 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 794568 -> 794136 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 54404 -> 54248 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 233628 -> 233264 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1892820 -> 1904104 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 6998032 -> 6893500 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 769888 -> 774964 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1657084 -> 1601696 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1407848 -> 1392052 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 423416 -> 423420 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 160952 -> 160924 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 167916 -> 168000 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 69828 -> 69860 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 615348 -> 612944 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 2454440 -> 2454024 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 28100 -> 27984 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 1124456 -> 1144532 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 95320 -> 95232 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 2171324 -> 2172568 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 284100 -> 284180 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 12652528 -> 12576276 bytes
jenkins/manifest.sh | 18 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1418924 -> 1420292 bytes
save-temps/401.bzip2.tar.xz | Bin 103300 -> 103376 bytes
save-temps/403.gcc.tar.xz | Bin 3909228 -> 3892252 bytes
save-temps/410.bwaves.tar.xz | Bin 18900 -> 18748 bytes
save-temps/416.gamess.tar.xz | Bin 5067780 -> 5068020 bytes
save-temps/429.mcf.tar.xz | Bin 39120 -> 39080 bytes
save-temps/433.milc.tar.xz | Bin 181352 -> 181296 bytes
save-temps/434.zeusmp.tar.xz | Bin 145628 -> 145500 bytes
save-temps/435.gromacs.tar.xz | Bin 1097608 -> 1101292 bytes
save-temps/436.cactusADM.tar.xz | Bin 794568 -> 794136 bytes
save-temps/437.leslie3d.tar.xz | Bin 54404 -> 54248 bytes
save-temps/444.namd.tar.xz | Bin 233628 -> 233264 bytes
save-temps/445.gobmk.tar.xz | Bin 1892820 -> 1904104 bytes
save-temps/447.dealII.tar.xz | Bin 6998032 -> 6893500 bytes
save-temps/450.soplex.tar.xz | Bin 769888 -> 774964 bytes
save-temps/453.povray.tar.xz | Bin 1657084 -> 1601696 bytes
save-temps/454.calculix.tar.xz | Bin 1407848 -> 1392052 bytes
save-temps/456.hmmer.tar.xz | Bin 423416 -> 423420 bytes
save-temps/458.sjeng.tar.xz | Bin 160952 -> 160924 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 167916 -> 168000 bytes
save-temps/462.libquantum.tar.xz | Bin 69828 -> 69860 bytes
save-temps/464.h264ref.tar.xz | Bin 615348 -> 612944 bytes
save-temps/465.tonto.tar.xz | Bin 2454440 -> 2454024 bytes
save-temps/470.lbm.tar.xz | Bin 28100 -> 27984 bytes
save-temps/471.omnetpp.tar.xz | Bin 1124456 -> 1144532 bytes
save-temps/473.astar.tar.xz | Bin 95320 -> 95232 bytes
save-temps/481.wrf.tar.xz | Bin 2171324 -> 2172568 bytes
save-temps/482.sphinx3.tar.xz | Bin 284100 -> 284180 bytes
save-temps/483.xalancbmk.tar.xz | Bin 12652528 -> 12576276 bytes
100 files changed, 1062566 insertions(+), 1072175 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.