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-defconfig
in repository toolchain/ci/base-artifacts.
discards 1163dc675 0: update: binutils-gcc-linux: boot
new 12366facd 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 (1163dc675)
\
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 | 172 +-
02-prepare_abe/console.log | 442 +-
03-build_abe-binutils/console.log | 11591 ++++++-------
04-build_abe-stage1/console.log | 13920 ++++++++-------
05-build_linux/console.log | 824 +-
06-boot_linux/console.log | 438 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 27499 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 27450 insertions(+), 27460 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 d4a788c7174 libstdc++: Fix ranges::join_view::_Iterator::operator-> [LWG 3500]
new db87f19ae3c preprocessor: Update mkdeps for modules
new 7ceb899e934 preprocessor: Add support for header unit translation
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:
libcpp/files.c | 155 +++++++++++++++++++++++++++++++++++-------------
libcpp/include/cpplib.h | 6 ++
libcpp/include/mkdeps.h | 7 +++
libcpp/mkdeps.c | 87 ++++++++++++++++++++++++++-
4 files changed, 214 insertions(+), 41 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 newlib.
from 57635f858 RISC-V: Add machine-specific implementation for lrint[f], lro [...]
new ff315bd18 Cygwin: Use grep in text mode to look for version strings
new 7d5efba79 Cygwin: Drop duplicate C++ flags used to build utils
new cbf8fe6dc Cygwin: Fix 'make check' in utils
new 9ea6f38de Cygwin: Testsuite Makefile cleanup
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:
winsup/testsuite/Makefile.in | 15 ++-------------
winsup/testsuite/config/default.exp | 2 +-
winsup/utils/Makefile.in | 6 +++---
winsup/utils/path.h | 2 ++
winsup/utils/testsuite.h | 16 ++++++++--------
5 files changed, 16 insertions(+), 25 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-10
in repository gcc.
from 82fbb61820c libstdc++: Fix macro redefinition warnings
new 3feea217fcc libstdc++: Add deduction guide for std::ranges::join_view [ [...]
new 175e6b47f26 libstdc++: Avoid CTAD for std::ranges::join_view [LWG 3474]
new fd6b319c84f libstdc++: Fix ranges::join_view::_Iterator::operator-> [LWG 3500]
The 3 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:
libstdc++-v3/include/std/ranges | 18 ++++++++------
libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 28 ++++++++++++++++++++++
2 files changed, 39 insertions(+), 7 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-stable-allmodconfig
in repository toolchain/ci/gcc.
from 7e785f4c764 AArch64: Skip test for pr97535 on ILP32 since it can't expr [...]
adds cbc9dab25fb libstdc++: Make pmr::synchronized_pool_resource work withou [...]
adds 600ef5614b2 add --with-tune configure flag
adds e56eee08489 add --with-{cpu,arch,tune}-{32,64} as alias flags for --wit [...]
adds 83ded159c96 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 40 +++++++
gcc/DATESTAMP | 2 +-
gcc/config.gcc | 23 +++-
gcc/doc/install.texi | 2 +-
gcc/testsuite/ChangeLog | 26 +++++
libstdc++-v3/ChangeLog | 27 +++++
libstdc++-v3/src/c++17/memory_resource.cc | 127 ++++++++++++++-------
.../synchronized_pool_resource/allocate_single.cc | 24 ++++
.../synchronized_pool_resource/cons_single.cc | 24 ++++
.../synchronized_pool_resource/release_single.cc | 24 ++++
10 files changed, 270 insertions(+), 49 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/alloc [...]
create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/cons_ [...]
create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/relea [...]
--
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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 01e1d39bd 0: update: binutils-gcc-linux: all
new 42fe8e761 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 (01e1d39bd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 128 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 10164 +++++------
04-build_abe-stage1/console.log | 17440 +++++++++---------
05-build_linux/console.log | 918 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 4 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29082 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 29072 insertions(+), 29080 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 20eea7b52 0: update: llvm-linux: boot
new e40d4ddff 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 (20eea7b52)
\
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 | 128 +-
02-build_llvm/console.log | 12620 +++++++++++++++++-----------------
03-build_linux/console.log | 856 ++-
04-boot_linux/console.log | 438 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 12 +-
console.log | 14056 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
8 files changed, 14057 insertions(+), 14061 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-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards bca2082e7 0: update: binutils-gcc-linux: boot
new 84fb277b4 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 (bca2082e7)
\
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 | 430 +-
03-build_abe-binutils/console.log | 11879 ++++++------
04-build_abe-stage1/console.log | 15965 ++++++++--------
05-build_linux/console.log | 456 +-
06-boot_linux/console.log | 404 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 4 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 4 +-
console.log | 29300 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 29299 insertions(+), 29323 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.