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-master-aarch64-spec2k6-O3_LTO_VECT
in repository toolchain/ci/base-artifacts.
discards 6998e058b 0: update: binutils-gcc-linux-glibc: 1
new bedd11063 0: update: binutils-gcc-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 (6998e058b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-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 1572 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 45488 -> 45844 bytes
04-build_abe-stage1/console.log.xz | Bin 72588 -> 72344 bytes
06-build_abe-linux/console.log.xz | Bin 8040 -> 8944 bytes
07-build_abe-glibc/console.log.xz | Bin 237472 -> 237632 bytes
08-build_abe-stage2/console.log.xz | Bin 170172 -> 174172 bytes
10-benchmark/benchmark-start.log | 2 +-
10-benchmark/benchmark.log | 37 +-
10-benchmark/console.log.xz | Bin 2252 -> 2264 bytes
11-check_regression/console.log.xz | Bin 4596 -> 4516 bytes
11-check_regression/results-0.csv | 10376 +++++++++++++++
11-check_regression/results-1.csv | 20340 +++++++++++++++---------------
11-check_regression/results-brief.csv | 56 +-
11-check_regression/results-compare.csv | 2 +
11-check_regression/results-full.csv | 924 +-
11-check_regression/results.csv | 381 +-
11-check_regression/results.log | 4 +-
12-update_baseline/console.log | 3471 ++---
12-update_baseline/results-0.csv | 10376 +++++++++++++++
12-update_baseline/results-1.csv | 20340 +++++++++++++++---------------
12-update_baseline/results-brief.csv | 56 +-
12-update_baseline/results-compare.csv | 2 +
12-update_baseline/results-full.csv | 924 +-
12-update_baseline/results.csv | 381 +-
12-update_baseline/results.log | 4 +-
jenkins/manifest.sh | 18 +-
results_id | 2 +-
28 files changed, 44253 insertions(+), 23443 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 binutils-gdb.
from 0a6041ce938 PR28403, null pointer dereference in disassemble_bytes
new 1808483c2f3 PR28402, fail to allocate line number array
new 1992e26ec44 PR28420, ecoff fuzzing failures
The 2 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/coff-mips.c | 9 ++++++++-
bfd/coffcode.h | 35 +++++++++++++++++++----------------
bfd/ecoff.c | 36 +++++++++++++++++++-----------------
3 files changed, 46 insertions(+), 34 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/qemu.
from 274f9a381c Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...]
adds e3acc2c196 tests/docker/dockerfiles: Bump fedora-i386-cross to fedora 34
No new revisions were added by this update.
Summary of changes:
tests/docker/dockerfiles/fedora-i386-cross.docker | 6 ++++--
1 file changed, 4 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 bb6194e0b44 Daily bump.
adds 09d886e671f c++: defaulted <=> with bitfields [PR102490]
adds e76a7a8a807 [gimple-isel] Remove redundant if condition.
new ece8b0fce6b Fortran: Fix deprecate warning with parameter
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/cp/class.c | 13 +-
gcc/cp/cp-tree.h | 1 +
gcc/cp/method.c | 240 +++++++++++++++---------
gcc/cp/pt.c | 2 +-
gcc/fortran/resolve.c | 2 +-
gcc/gimple-isel.cc | 3 -
gcc/testsuite/g++.dg/cpp2a/spaceship-eq11.C | 43 +++++
gcc/testsuite/g++.dg/cpp2a/spaceship-eq12.C | 5 +
gcc/testsuite/g++.dg/cpp2a/spaceship-eq13.C | 22 +++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth12.C | 24 +++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth13.C | 29 +++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth14.C | 26 +++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth8.C | 13 +-
gcc/testsuite/gfortran.dg/attr_deprecated-2.f90 | 22 +++
14 files changed, 351 insertions(+), 94 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq11.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq12.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq13.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth12.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth13.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth14.C
create mode 100644 gcc/testsuite/gfortran.dg/attr_deprecated-2.f90
--
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 15ab93cdf 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new fd8cc76b1 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 (15ab93cdf)
\
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 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 45276 -> 45252 bytes
05-build_abe-stage1/console.log.xz | Bin 71068 -> 71700 bytes
07-build_abe-linux/console.log.xz | Bin 8956 -> 9020 bytes
08-build_abe-glibc/console.log.xz | Bin 235856 -> 235836 bytes
09-build_abe-stage2/console.log.xz | Bin 200540 -> 200700 bytes
10-build_abe-gdb/console.log.xz | Bin 44768 -> 44960 bytes
11-build_abe-qemu/console.log.xz | Bin 30248 -> 29872 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 14 +++++++-------
12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/release-arm
in repository toolchain/ci/binutils-gdb.
from 2d78340547 Automatic date update in version.in
adds 7061d67445 Automatic date update in version.in
adds 9b4d030ed5 [gdb/build] Add CXX_DIALECT to CXX
adds 61c4e60495 Automatic date update in version.in
new 2fa5031035 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/ChangeLog | 6 ++++++
gdb/ax_cxx_compile_stdcxx.m4 | 8 ++++++++
gdb/configure | 8 ++++++++
gdbserver/ChangeLog | 5 +++++
gdbserver/configure | 8 ++++++++
gdbsupport/ChangeLog | 5 +++++
gdbsupport/configure | 8 ++++++++
8 files changed, 49 insertions(+), 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_native_check_binutils/release-arm
in repository toolchain/ci/base-artifacts.
discards 519009202 0: update: binutils-gcc-linux-glibc-gdb: 1
new 5f8d5f2bf 0: update: binutils-gcc-linux-glibc-gdb: 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 (519009202)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1576 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 62432 -> 62324 bytes
04-build_abe-gcc/console.log.xz | Bin 221412 -> 221108 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8732 -> 8760 bytes
07-build_abe-glibc/console.log.xz | Bin 286452 -> 288220 bytes
08-build_abe-gdb/console.log.xz | Bin 49364 -> 49444 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3792 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2120 -> 2112 bytes
11-check_regression/console.log.xz | Bin 2284 -> 2300 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 94 ++++-----
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 16 +-
sumfiles/binutils.log.xz | Bin 58584 -> 58828 bytes
sumfiles/binutils.sum | 56 ++---
sumfiles/gas.log.xz | Bin 95604 -> 95684 bytes
sumfiles/gas.sum | 268 ++++++++++++------------
sumfiles/ld.log.xz | Bin 118264 -> 118300 bytes
sumfiles/ld.sum | 326 ++++++++++++++---------------
23 files changed, 394 insertions(+), 394 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-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from fe22ff8e2 6: update: linux-53d5fc89d66a778577295020dc57bb3ccec84354: 21111
new fa225a1db 7: reset: gcc-4dc7ce6fb3917958d1a6036d8acf2953b9c1b868: 21106
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 -> 1828 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 42952 -> 43180 bytes
04-build_abe-stage1/console.log.xz | Bin 91612 -> 90328 bytes
05-build_abe-qemu/console.log.xz | Bin 31352 -> 31672 bytes
06-build_linux/console.log.xz | Bin 41872 -> 44480 bytes
08-check_regression/console.log.xz | Bin 476 -> 1264 bytes
08-check_regression/jira-body.txt | 2 +
08-check_regression/mail-body.txt | 37 ++++++++++++++
08-check_regression/mail-subject.txt | 1 +
08-check_regression/results.regressions | 11 +++++
08-check_regression/trigger-bisect | 2 +
09-update_baseline/console.log | 84 +++++++-------------------------
jenkins/manifest.sh | 10 ++--
mail/jira-body.txt | 5 ++
mail/mail-body.txt | 40 +++++++++++++++
mail/mail-subject.txt | 1 +
reset-baseline | 0
results | 13 ++++-
19 files changed, 134 insertions(+), 72 deletions(-)
create mode 100644 08-check_regression/jira-body.txt
create mode 100644 08-check_regression/mail-body.txt
create mode 100644 08-check_regression/mail-subject.txt
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
create mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.