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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 00450e03 0: update: binutils-gcc-linux: boot
new ad7b8e2e 0: update: binutils-gcc-linux: 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 (00450e03)
\
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11284 +++++++-------
04-build_abe-stage1/console.log | 15649 ++++++++++----------
05-build_linux/console.log | 618 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 28214 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 28243 insertions(+), 28152 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-arm-next-allnoconfig
in repository toolchain/ci/gcc.
from 568968edb0c Daily bump.
adds a708cb25d92 [AArch64] Fix shrinkwrapping interactions with atomics (PR92692)
adds 2ceb5aba64e c++: Bogus error using namespace alias [PR91826]
adds 83f65674e78 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 6 ++++++
gcc/config/aarch64/atomics.md | 18 +++++++++---------
gcc/cp/ChangeLog | 5 +++++
gcc/cp/name-lookup.c | 32 ++++++++++++++++++++------------
gcc/testsuite/g++.dg/lookup/pr91826.C | 16 ++++++++++++++++
7 files changed, 73 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr91826.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_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from a00805ef97 This is a series of backports for binutils 2.33 which addres [...]
adds 2a8719fecd AArch64: Fix cfinv disassembly issues
No new revisions were added by this update.
Summary of changes:
gas/ChangeLog | 9 +
gas/testsuite/gas/aarch64/armv8_4-a.d | 1 +
gas/testsuite/gas/aarch64/armv8_4-a.s | 3 +
opcodes/ChangeLog | 11 +
opcodes/aarch64-asm-2.c | 174 +--
opcodes/aarch64-dis-2.c | 2364 ++++++++++++++++-----------------
opcodes/aarch64-opc-2.c | 16 +-
opcodes/aarch64-tbl.h | 9 +-
8 files changed, 1309 insertions(+), 1278 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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 927426ef 0: update: binutils-gcc-linux: all
new 71ffe70a 0: update: binutils-gcc-linux: all
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 (927426ef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 180 +-
03-build_abe-binutils/console.log | 11378 +++++++-------
04-build_abe-stage1/console.log | 18097 +++++++++++-----------
05-build_linux/console.log | 618 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 30083 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 30283 insertions(+), 30225 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 8c08c983015 analyzer: fix ICE when canonicalizing NaN (PR 93451)
new 3c076c9642f gimple-fold: Fix buffer overflow in fold_array_ctor_referen [...]
new bff948aa337 i386: Fix ix86_fold_builtin shift folding [PR93418]
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:
gcc/ChangeLog | 14 ++++++++++++++
gcc/config/i386/i386.c | 9 +++++++--
gcc/gimple-fold.c | 13 ++++++++-----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr93454.c | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx2-pr93418.c | 20 ++++++++++++++++++++
6 files changed, 82 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr93454.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr93418.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_kernel/llvm-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 93eb3f94 0: update: llvm-linux: 18068
new 37889657 0: update: llvm-linux: 18068
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 (93eb3f94)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 16 +-
02-build_llvm/console.log | 12576 +++++++++++++++++------------------
03-build_linux/console.log | 961 ++-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 32 -
console.log | 13587 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13559 insertions(+), 13625 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.