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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 27dcd2c0 0: update: binutils-gcc-linux: all
new 16fea124 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 (27dcd2c0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 27 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11800 +++++------
04-build_abe-stage1/console.log | 20534 +++++++++---------
05-build_linux/console.log | 572 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 30 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33469 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 33462 insertions(+), 33448 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 releases/gcc-9
in repository gcc.
from c9769a6eee3 libstdc++: Use non-throwing increment in recursive_director [...]
new ae03b42a69f Daily bump.
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 | 18 ++++++++++++++++++
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
3 files changed, 29 insertions(+), 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.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from 749cfa1f150 libstdc++: Use non-throwing increment in recursive_director [...]
new 390c069341b Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 ++++++++++
2 files changed, 11 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from 32ff3309ae5 MAINTAINERS: Add myself for write after approval
new 71a8040716c c++: Fix ICE with variadic concepts and aliases [PR93907]
new 2096ebd393a c++: Reuse identical ATOMIC_CONSTRs during normalization
new 3d56e969cb1 c++: Use two levels of caching in satisfy_atom
new d3fd75d8694 c++: Consider only relevant template arguments in sat_hasher
new 04126e46eb2 c++: DR 1914 - Allow duplicate standard attributes.
new 2bee28dd41f Daily bump.
The 6 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:
ChangeLog | 9 ++
gcc/ChangeLog | 122 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 27 ++++
gcc/c-family/c-common.c | 5 +-
gcc/cp/ChangeLog | 96 +++++++++++++
gcc/cp/constraint.cc | 160 ++++++++++++++++++---
gcc/cp/cp-tree.h | 22 +++
gcc/cp/logic.cc | 17 +--
gcc/cp/parser.c | 51 +++----
gcc/cp/pt.c | 10 ++
gcc/fortran/ChangeLog | 7 +
gcc/testsuite/ChangeLog | 66 +++++++++
gcc/testsuite/c-c++-common/attr-fallthrough-2.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/fallthrough2.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-60.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-72.C | 45 ++++++
gcc/testsuite/g++.dg/cpp1y/attr-deprecated-2.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/attr-likely2.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-decltype2.C | 12 ++
.../cpp2a/{concepts-using2.C => concepts-using3.C} | 7 +-
gcc/testsuite/g++.dg/cpp2a/nodiscard-once.C | 2 +-
libiberty/ChangeLog | 4 +
libstdc++-v3/ChangeLog | 86 +++++++++++
24 files changed, 691 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-72.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-decltype2.C
copy gcc/testsuite/g++.dg/cpp2a/{concepts-using2.C => concepts-using3.C} (84%)
--
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 454702f5213 [PATCH] aarch64: Fix PR97638
new 8c01c23c59d Daily bump.
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 | 27 +++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 36 insertions(+), 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_kernel/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards f2ebba5c 1: reset: linux-4c792ad103f3e36e736ec52d7b36acd13b006396: 6264
new 50c0d714 1: reset: linux-4c792ad103f3e36e736ec52d7b36acd13b006396: 6264
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 (f2ebba5c)
\
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 | 137 +-
02-build_llvm/console.log | 12034 ++++++++++++------------
03-build_linux/console.log | 2520 ++---
05-check_regression/console.log | 2 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 4 +-
06-update_baseline/results.regressions | 20 +-
console.log | 14697 +++++++++++++++---------------
jenkins/manifest.sh | 4 +-
9 files changed, 14728 insertions(+), 14710 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 3e50c9d9c97 Revert delta accidentally applied with commit 9372689d72f90 [...]
new 07bbadc83db Automatic date update in version.in
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:
bfd/version.h | 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.
unknown user pushed a change to branch gdb-10-branch
in repository binutils-gdb.
from 068a9f4698b Automatic date update in version.in
new 44f04519dbf Automatic date update in version.in
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:
bfd/version.h | 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.
unknown user pushed a change to branch binutils-2_35-branch
in repository binutils-gdb.
from 227926b7255 Automatic date update in version.in
new b0a034c0e07 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.