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-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0a8235fd 2: update: binutils-gcc-linux: 452
new 23c0ed71 2: update: binutils-gcc-linux: 452
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 (0a8235fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 162 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11993 ++++++------
04-build_abe-stage1/console.log | 15937 ++++++++--------
05-build_linux/console.log | 728 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 12 +-
08-update_baseline/console.log | 30 +-
08-update_baseline/results.regressions | 12 +-
console.log | 29392 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 29414 insertions(+), 29306 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/gcc.
from 15c908807e8 [RS6000] Separate dg-require-effective-target options
adds 18cb6195fda Add test for pr97560.
adds 251c9aea8f6 call_summary: modify cgraph hooks.
adds 953a9d63d4c call_summary: move hooks to base.
adds 119295372f3 lto: no sub-make when --jobserver-auth= is missing
adds 83220838dd6 Move SLP nodes to an alloc-pool
No new revisions were added by this update.
Summary of changes:
gcc/lto-wrapper.c | 6 +-
gcc/symbol-summary.h | 225 +++++++++++++++++++++--------------------
gcc/testsuite/g++.dg/pr97560.C | 44 ++++++++
gcc/tree-vect-slp.c | 17 ++++
gcc/tree-vectorizer.c | 9 ++
gcc/tree-vectorizer.h | 9 ++
6 files changed, 197 insertions(+), 113 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr97560.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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards f42c371c 0: update: binutils-afeee87bdc2b786804220949adbda5e331ec9b7a: 6
new acbc7ae7 0: update: gcc-83220838dd6f7701ca264347c934b12de7703b42: 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 (f42c371c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-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 | 175 +-
02-prepare_abe/console.log | 440 +-
04-build_abe-binutils/console.log | 11697 ++--
05-build_abe-stage1/console.log | 15634 ++---
06-build_abe-linux/console.log | 296 +-
07-build_abe-glibc/console.log | 40279 ++++++-------
08-build_abe-stage2/console.log | 40189 ++++++-------
09-build_abe-qemu/console.log | 3176 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 111954 ++++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
12 files changed, 111925 insertions(+), 111931 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 afeee87bdc2 Automatic date update in version.in
new b5fa468fef4 gdb/breakpoint: disable a bp location if condition is inval [...]
new 733d554a462 gdb/breakpoint: add flags to 'condition' and 'break' comman [...]
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 | 44 ++++
gdb/NEWS | 22 ++
gdb/ada-lang.c | 2 +-
gdb/breakpoint.c | 282 +++++++++++++++++----
gdb/breakpoint.h | 12 +-
gdb/doc/ChangeLog | 12 +
gdb/doc/gdb.texinfo | 70 +++++
gdb/guile/scm-breakpoint.c | 2 +-
gdb/linespec.c | 18 +-
gdb/python/py-breakpoint.c | 2 +-
gdb/testsuite/ChangeLog | 14 +
...{condbreak-bad.c => condbreak-multi-context.cc} | 34 ++-
gdb/testsuite/gdb.base/condbreak-multi-context.exp | 255 +++++++++++++++++++
gdb/testsuite/gdb.linespec/cpcompletion.exp | 12 +-
gdb/testsuite/gdb.linespec/explicit.exp | 1 +
gdb/testsuite/lib/completion-support.exp | 2 +-
16 files changed, 713 insertions(+), 71 deletions(-)
copy gdb/testsuite/gdb.base/{condbreak-bad.c => condbreak-multi-context.cc} (74%)
create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.exp
--
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_O3
in repository toolchain/ci/gcc.
from b18bc6be5f5 Daily bump.
adds e84932fd590 Daily bump.
adds c9e421e5f9b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 748ae9c0 0: update: gcc-b18bc6be5f579e05e27cfd09fc6ee0cae4090062: 1
new cba4f27b 0: update: gcc-c9e421e5f9bb4b62eee824ded5026f8d345e1da0: 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 (748ae9c0)
\
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 | 180 +-
02-prepare_abe/console.log | 288 +-
04-build_abe-bootstrap_O3/console.log | 84404 +++++++++++++++----------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 84848 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 84843 insertions(+), 84897 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-mainline-allyesconfig
in repository toolchain/ci/linux.
from 3650b228f83a Linux 5.10-rc1
adds 8e90b4b1305a s390: correct __bootdata / __bootdata_preserved macros
adds 7e2b2da60658 Merge tag 's390-5.10-2' of git://git.kernel.org/pub/scm/li [...]
adds 9480b4e75b71 cachefiles: Handle readpage error correctly
adds c3a98c3ad5c0 crypto: x86/poly1305 - add back a needed assignment
adds 41ba50b0572e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
adds bf9a76a470d8 arch/um: partially revert the conversion to __section() macro
adds 4525c8781ec0 scsi: qla2xxx: remove incorrect sparse #ifdef
No new revisions were added by this update.
Summary of changes:
arch/s390/include/asm/sections.h | 4 ++--
arch/um/kernel/skas/clone.c | 2 +-
arch/x86/crypto/poly1305_glue.c | 1 +
arch/x86/um/stub_segv.c | 2 +-
drivers/scsi/qla2xxx/qla_tmpl.c | 4 ----
fs/cachefiles/rdwr.c | 3 ++-
6 files changed, 7 insertions(+), 9 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-mainline-allyesconfig
in repository toolchain/ci/gcc.
from e84932fd590 Daily bump.
adds c9e421e5f9b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.