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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 65f94f4a 0: update: llvm-linux: 16
new 5db84a9c 0: update: llvm-linux: 16
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 (65f94f4a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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-build_llvm/console.log | 12944 +++++++++++++--------------
03-build_linux/console.log | 822 +-
05-check_regression/console.log | 10 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 8 +-
06-update_baseline/results.regressions | 20 +-
console.log | 13943 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
9 files changed, 13981 insertions(+), 13928 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 d975519ad10 Removed double ChangeLog entries from previous commit.
new 098cf31aa26 c++: Missing SFINAE with lookup_fnfields [PR78446]
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/ChangeLog | 18 ++++++++++++++++++
gcc/cp/call.c | 8 ++++----
gcc/cp/class.c | 2 +-
gcc/cp/cp-tree.h | 2 +-
gcc/cp/except.c | 3 ++-
gcc/cp/init.c | 2 +-
gcc/cp/method.c | 2 +-
gcc/cp/name-lookup.c | 3 ++-
gcc/cp/pt.c | 3 ++-
gcc/cp/search.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/sfinae31.C | 14 ++++++++++++++
12 files changed, 54 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/sfinae31.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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5bd242d7 0: update: binutils-gcc-linux: all
new 49889347 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 (5bd242d7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 70 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11501 +++++------
04-build_abe-stage1/console.log | 18293 +++++++++--------
05-build_linux/console.log | 882 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 16 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31226 +++++++++++++++---------------
jenkins/manifest.sh | 17 +-
12 files changed, 31222 insertions(+), 31219 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-next-allnoconfig
in repository toolchain/ci/gcc.
from a357a7b9d53 Daily bump.
new 6173489dbfe aarch64, libgcc: Fix unwinding from pac-ret to normal frame [...]
new 95833c34424 aarch64: Fix .cfi_window_save with pac-ret [PR94515]
new f6e42cdee5d aarch64: ensure bti c is emitted at function start [PR94697]
new 9a1b74d49e2 aarch64: don't emit bti j after NOTE_INSN_DELETED_LABEL [PR94748]
The 4 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 | 33 ++++++++++++
gcc/config/aarch64/aarch64-bti-insert.c | 40 +++++++--------
gcc/dwarf2cfi.c | 43 +++++++++++++---
gcc/testsuite/ChangeLog | 33 ++++++++++++
gcc/testsuite/g++.target/aarch64/pr94514.C | 27 ++++++++++
gcc/testsuite/g++.target/aarch64/pr94515-1.C | 44 ++++++++++++++++
gcc/testsuite/g++.target/aarch64/pr94515-2.C | 41 +++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr94514.c | 77 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr94748.c | 10 ++++
libgcc/ChangeLog | 9 ++++
libgcc/config/aarch64/aarch64-unwind.h | 2 +
11 files changed, 330 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/pr94514.C
create mode 100644 gcc/testsuite/g++.target/aarch64/pr94515-1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/pr94515-2.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr94514.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr94748.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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d32234a1 0: update: binutils-gcc-linux: boot
new de9e4ebe 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 (d32234a1)
\
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 | 184 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11098 ++++++-------
04-build_abe-stage1/console.log | 13806 ++++++++--------
05-build_linux/console.log | 638 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26196 +++++++++++++++---------------
jenkins/manifest.sh | 17 +-
12 files changed, 26232 insertions(+), 26175 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.