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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 733222f8 0: update: llvm-linux-qemu: boot
new cdfb1784 0: update: binutils-llvm-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 (733222f8)
\
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 | 193 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 5964 +++++
03-build_llvm/console.log | 6685 -----
04-build_linux/console.log | 381 -
04-build_llvm/console.log | 6686 +++++
05-build_abe-qemu/console.log | 2389 --
05-build_linux/console.log | 385 +
06-boot_linux/console.log | 255 -
06-build_abe-qemu/console.log | 2387 ++
07-boot_linux/console.log | 255 +
.../console.log | 12 +-
.../results.regressions | 0
.../console.log | 12 +-
.../results.regressions | 0
console.log | 25252 ++++++++++++-------
jenkins/manifest.sh | 21 +-
results | 4 +-
18 files changed, 31633 insertions(+), 19676 deletions(-)
create mode 100644 03-build_abe-binutils/console.log
delete mode 100644 03-build_llvm/console.log
delete mode 100644 04-build_linux/console.log
create mode 100644 04-build_llvm/console.log
delete mode 100644 05-build_abe-qemu/console.log
create mode 100644 05-build_linux/console.log
delete mode 100644 06-boot_linux/console.log
create mode 100644 06-build_abe-qemu/console.log
create mode 100644 07-boot_linux/console.log
rename {07-check_regression => 08-check_regression}/console.log (85%)
rename {07-check_regression => 08-check_regression}/results.regressions (100%)
rename {08-update_baseline => 09-update_baseline}/console.log (85%)
rename {08-update_baseline => 09-update_baseline}/results.regressions (100%)
--
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 90cbc769006 c++: Fix base copy elision thinko [PR98744]
new 32a93eac7ad MAINTAINERS: Add myself for write after approval
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 d8c4766d314 gdb/doc: don't rely on @menu item within the docs
new e7b430724d8 gdb: don't print escape characters when a style is disabled
new 9d2d8a16e1c gdb: add new version style
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:
gdb/ChangeLog | 24 +++
gdb/NEWS | 5 +
gdb/cli/cli-style.c | 17 +-
gdb/cli/cli-style.h | 6 +-
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 12 ++
gdb/testsuite/ChangeLog | 16 ++
gdb/testsuite/gdb.base/style.exp | 437 ++++++++++++++++++++++++---------------
gdb/testsuite/lib/gdb-utils.exp | 1 +
gdb/top.c | 11 +-
gdb/utils.c | 73 +++----
11 files changed, 388 insertions(+), 219 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 glibc.
from 5f478eb0fb x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]
new 42d6270439 linux: mips: Fix getdents64 fallback on mips64-n32
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:
sysdeps/unix/sysv/linux/mips/mips64/getdents64.c | 37 ++++++++++++------------
sysdeps/unix/sysv/linux/tst-getdents64.c | 29 +++++++++++++++----
2 files changed, 42 insertions(+), 24 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 2189c312652 gdb: add remote_debug_printf
new d8c4766d314 gdb/doc: don't rely on @menu item within the docs
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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 26 +++++++++++++++-----------
2 files changed, 20 insertions(+), 11 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 glibc.
from f543259500 x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baseline
new 5f478eb0fb x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]
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:
sysdeps/x86/tst-cpu-features-cpuinfo.c | 43 ++++++++++++++++++++++++----------
1 file changed, 30 insertions(+), 13 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/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 7999bbc4 0: update: gcc-a7c7dd708aaa22101cfc1725f4bc676b8e75e990: 1
new 5e9c63ec 0: update: gcc-51b23ba76f00610360a023de4cdae1641ca3b961: 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 (7999bbc4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 404 +-
04-build_abe-bootstrap_O1/console.log | 95033 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 95585 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 95660 insertions(+), 95506 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 bf8ee9e4eed Fortran: Fix for class functions as associated target [PR98565].
new 25fc4d01a8e c++: ICE when mangling operator name [PR98545]
new a9ed18295bf c++: Fix up ubsan false positives on references [PR95693]
new 90cbc769006 c++: Fix base copy elision thinko [PR98744]
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/cp/call.c | 2 +-
gcc/cp/init.c | 5 +----
gcc/cp/mangle.c | 13 +++++++++---
gcc/cp/typeck2.c | 12 +++++++----
gcc/doc/invoke.texi | 3 ++-
gcc/testsuite/g++.dg/abi/mangle76.C | 40 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/init/elide7.C | 9 ++++++++
gcc/testsuite/g++.dg/ubsan/pr95693.C | 26 +++++++++++++++++++++++
8 files changed, 97 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle76.C
create mode 100644 gcc/testsuite/g++.dg/init/elide7.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr95693.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 releases/gcc-10
in repository gcc.
from 51b23ba76f0 vect: Fix VLA SLP invariant optimisation [PR98535]
new c806314b329 c++: Crash when deducing template arguments [PR98790]
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/pt.c | 3 +++
gcc/testsuite/g++.dg/template/deduce8.C | 21 +++++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/deduce8.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.