This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.30/master
in repository glibc.
from 5397c399f9 S390: Add new s390 platform z15.
new fca2d6186a Make tst-strftime2 and tst-strftime3 depend on locale generation
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:
ChangeLog | 6 ++++++
time/Makefile | 2 ++
2 files changed, 8 insertions(+)
--
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 6728d0e4588 Test --help=common for full sentences
new d997bf2a31a Partial implementation of C++20 of <ranges> header
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:
libstdc++-v3/ChangeLog | 35 +++++++
libstdc++-v3/doc/doxygen/user.cfg.in | 1 +
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/precompiled/stdc++.h | 2 +-
libstdc++-v3/include/std/ranges | 112 +++++++++++++++++++++
.../headers/iterator/synopsis_c++20.cc | 3 +
libstdc++-v3/testsuite/std/ranges/access/begin.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/cend.cc | 2 +-
.../testsuite/std/ranges/access/crbegin.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/crend.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/data.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/empty.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/end.cc | 2 +-
.../testsuite/std/ranges/access/end_neg.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/rbegin.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/rend.cc | 2 +-
libstdc++-v3/testsuite/std/ranges/access/size.cc | 2 +-
.../testsuite/std/ranges/access/size_neg.cc | 2 +-
.../ranges/headers/ranges/synopsis.cc} | 30 +++---
libstdc++-v3/testsuite/std/ranges/range.cc | 89 ++++++++++++++++
libstdc++-v3/testsuite/std/ranges/refinements.cc | 79 +++++++++++++++
libstdc++-v3/testsuite/std/ranges/sized.cc | 75 ++++++++++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 40 +++++++-
26 files changed, 464 insertions(+), 32 deletions(-)
create mode 100644 libstdc++-v3/include/std/ranges
copy libstdc++-v3/testsuite/{20_util/exchange/constexpr.cc => std/ranges/headers/r [...]
create mode 100644 libstdc++-v3/testsuite/std/ranges/range.cc
create mode 100644 libstdc++-v3/testsuite/std/ranges/refinements.cc
create mode 100644 libstdc++-v3/testsuite/std/ranges/sized.cc
--
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 users/fche/dbgserver
in repository binutils-gdb.
from 30cadd0e03 debuginfod: use scoped_fd instead of int, xfree instead of free
new f6686805e9 elfread.c: import gdbsupport/scoped_fd.h
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:
gdb/elfread.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6788d260 2: update: llvm-linux: 19989
new 04f1380c 2: update: llvm-linux: 19991
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 (6788d260)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 106 +-
02-build_llvm/console.log | 12538 +++++++++++++++++------------------
03-build_linux/console.log | 755 ++-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 72 +-
console.log | 13489 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 13489 insertions(+), 13503 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 users/fche/dbgserver
in repository binutils-gdb.
from 41b1a63986 fix parens formatting in elfread.c, source.c
new 30cadd0e03 debuginfod: use scoped_fd instead of int, xfree instead of free
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:
gdb/elfread.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.