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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0d0bbbfb 0: update: binutils-gcc-linux: boot
new faa6e71b 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 (0d0bbbfb)
\
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 | 328 +-
03-build_abe-binutils/console.log | 11566 ++++++++-------
04-build_abe-stage1/console.log | 15513 ++++++++++----------
05-build_linux/console.log | 822 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 28409 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
9 files changed, 28412 insertions(+), 28414 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-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 50a42922d35 Daily bump.
adds a1f8dca201e [AArch64] PR92424: Fix -fpatchable-function-entry=N,M with BTI
adds c6613dd33ce Daily bump.
new 9d9679132e0 c++: Drop alignas restriction for stack variables.
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/ChangeLog | 13 ++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 5 +++
gcc/c-family/c-attribs.c | 62 +---------------------------
gcc/config/aarch64/aarch64.c | 31 ++++++++++++++
gcc/config/aarch64/aarch64.h | 1 +
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/g++.dg/cpp0x/alignas17.C | 14 +++++++
gcc/testsuite/gcc.target/aarch64/pr92424-2.c | 12 ++++++
gcc/testsuite/gcc.target/aarch64/pr92424-3.c | 12 ++++++
10 files changed, 99 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas17.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-3.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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6ce1b82d 0: update: binutils-gcc-linux: all
new f1fb5c93 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 (6ce1b82d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 220 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11122 ++++++-------
04-build_abe-stage1/console.log | 18011 ++++++++++-----------
05-build_linux/console.log | 698 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 30524 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 30524 insertions(+), 30519 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-stable-allmodconfig
in repository toolchain/ci/gcc.
from 1c7061c7c35 c++: Allow template rvalue-ref conv to bind to lvalue ref.
adds 50a42922d35 Daily bump.
adds a1f8dca201e [AArch64] PR92424: Fix -fpatchable-function-entry=N,M with BTI
adds c6613dd33ce Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 13 ++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 31 ++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64.h | 1 +
gcc/testsuite/ChangeLog | 9 ++++++++
gcc/testsuite/gcc.target/aarch64/pr92424-2.c | 12 +++++++++++
gcc/testsuite/gcc.target/aarch64/pr92424-3.c | 12 +++++++++++
7 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-3.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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 633c9e6f 0: update: binutils-gcc-linux: all
new be2fad2d 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 (633c9e6f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11814 ++++++++--------
04-build_abe-stage1/console.log | 13761 +++++++++---------
05-build_linux/console.log | 822 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 27077 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 27085 insertions(+), 27083 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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards e32304d3 0: update: llvm-linux: boot
new ea7833cf 0: update: llvm-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 (e32304d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 220 +-
02-build_llvm/console.log | 12638 +++++++++++++++----------------
03-build_linux/console.log | 1954 ++---
04-boot_linux/console.log | 404 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 16 +-
console.log | 15242 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 15251 insertions(+), 15247 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.