This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross
in repository toolchain/ci/base-artifacts.
discards b4581853 0: update: binutils-gcc-glibc-qemu: 6
new 030c6b8c 0: update: binutils-gcc-glibc-qemu: 6
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 (b4581853)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-arm-bu [...]
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 | 218 +-
02-prepare_abe/console.log | 190 +-
04-build_abe-binutils/console.log | 11447 ++--
05-build_abe-stage1/console.log | 18374 +++---
06-build_abe-linux/console.log | 2000 +-
07-build_abe-glibc/console.log | 37946 ++++++-----
08-build_abe-stage2/console.log | 42078 ++++++-------
09-build_abe-qemu/console.log | 4274 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 22 +-
console.log | 117777 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
12 files changed, 117141 insertions(+), 117213 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/llvm-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards dbe7e4c2 4: update: binutils-llvm-linux-qemu: 19331
new 32b640e8 4: update: binutils-llvm-qemu: 19331
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 (dbe7e4c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 57 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11583 +++++++------
04-build_llvm/console.log | 13200 ++++++++-------
05-build_linux/console.log | 700 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 56 +-
09-update_baseline/results.regressions | 2 +-
console.log | 26038 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
11 files changed, 25900 insertions(+), 26194 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 binutils-2_36-branch
in repository binutils-gdb.
from ee6dd624548 Automatic date update in version.in
new d2ea9f3a70a PR27311, ld.bfd (symbol from plugin): undefined reference
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/ChangeLog | 7 +++++++
bfd/elflink.c | 1 +
ld/ChangeLog | 16 ++++++++++++++++
ld/testsuite/ld-ifunc/ifunc.exp | 4 ++--
ld/testsuite/ld-plugin/lto.exp | 22 ++++++++++++++++------
ld/testsuite/ld-plugin/pr27311.d | 4 ++++
ld/testsuite/ld-plugin/pr27311.ver | 3 +++
ld/testsuite/ld-plugin/pr27311a.c | 1 +
ld/testsuite/ld-plugin/pr27311b.c | 1 +
ld/testsuite/ld-plugin/pr27311c.c | 5 +++++
10 files changed, 56 insertions(+), 8 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr27311.d
create mode 100644 ld/testsuite/ld-plugin/pr27311.ver
create mode 100644 ld/testsuite/ld-plugin/pr27311a.c
create mode 100644 ld/testsuite/ld-plugin/pr27311b.c
create mode 100644 ld/testsuite/ld-plugin/pr27311c.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.
unknown user pushed a change to branch master
in repository gcc.
from 5e606ed90a1 slp: Split out patterns away from using SLP_ONLY into their [...]
new 1b5572edb8c i386: Remove V1DImode shift expanders [PR98287]
new eb69a49c4d3 lra-constraints: Fix error-recovery for bad inline-asms [PR97971]
new 176c7bd840a ifcvt: Avoid ICEs trying to force_operand random RTL [PR97487]
The 3 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/i386/mmx.md | 6 +--
gcc/ifcvt.c | 71 ++++++++++++++++++++++++++++++---
gcc/lra-constraints.c | 9 ++++-
gcc/testsuite/gcc.dg/pr97487-1.c | 9 +++++
gcc/testsuite/gcc.dg/pr97487-2.c | 18 +++++++++
gcc/testsuite/gcc.dg/pr98287.c | 19 +++++++++
gcc/testsuite/gcc.target/i386/pr97971.c | 12 ++++++
7 files changed, 133 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr97487-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr97487-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr98287.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr97971.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 95b91a043ae pr27270 and pr27284, ar segfaults and wrong file mode
new f01fb44c062 Re: PR27311, ld.bfd (symbol from plugin): undefined reference
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/ChangeLog | 8 ++++++++
bfd/elflink.c | 24 +++++++++---------------
2 files changed, 17 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.
unknown user pushed a change to branch master
in repository gcc.
from 548b75d8222 Daily bump.
new 5e606ed90a1 slp: Split out patterns away from using SLP_ONLY into their [...]
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/testsuite/gcc.target/i386/pr98928.c | 59 +++++++++++++++++++++++++++++++++
gcc/tree-vect-loop.c | 2 +-
gcc/tree-vect-slp-patterns.c | 2 +-
gcc/tree-vectorizer.h | 5 +++
4 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr98928.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_gnu/gnu-master-aarch64-check_binutils
in repository toolchain/ci/base-artifacts.
discards e16ab741 2: update: binutils-4ebf566ea5cfb95c7ba295defa197d35d3a99781: 1
new af943ead 2: update: binutils-95b91a043aeaeb546d2fea556d84a2de1e917770: 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 (e16ab741)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-c [...]
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 | 128 +-
02-prepare_abe/console.log | 214 +-
03-build_abe-binutils/console.log | 14395 ++++++++++-----------
04-build_abe-check_binutils/console.log | 4862 +++----
05-check_regression/console.log | 103 +-
05-check_regression/results.regressions | 31 +-
06-update_baseline/console.log | 827 +-
06-update_baseline/results.regressions | 26 +-
console.log | 20533 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
sumfiles/binutils.log.xz | Bin 38200 -> 38256 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 71244 -> 71236 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 107496 -> 107804 bytes
sumfiles/ld.sum | 14 +-
sumfiles/libctf.log.xz | Bin 1524 -> 1528 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 20669 insertions(+), 20482 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.