This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from cec24b8b6bb8 Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/ [...]
new d06f5a3f7140 cdx: fix build failure due to sysfs 'bus_type' argument ne [...]
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:
drivers/cdx/cdx.c | 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 releases/gcc-10
in repository gcc.
from 5d572ffe2e0 libstdc++: Fix unsafe use of dirent::d_name [PR107814]
new 3cf551240fc libstdc++: Fix minor bugs in std::common_iterator
new 5d7de4c8fd9 libstdc++: Fix std::common_iterator assignment [PR100823]
new 497094c9d61 libstdc++: Fix name of <experimental/optional> in comment
new bd0179f31df libstdc++: Fix uses_allocator_construction_args for pair<T& [...]
new cc75195ee88 libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [...]
new cf9eaeaaeec libstdc++: Fix dangling reference in filesystem::path::filename()
new 33623bbafe0 libstdc++: Reduce Doxygen output for PDF
new c73f20e67ee libstdc++: Fix outdated docs about demangling exception messages
The 8 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/doc/doxygen/user.cfg.in | 2 +-
libstdc++-v3/doc/html/manual/ext_demangling.html | 13 +-
libstdc++-v3/doc/xml/manual/extensions.xml | 13 +-
libstdc++-v3/include/bits/fs_path.h | 6 +-
libstdc++-v3/include/bits/gslice_array.h | 2 +
libstdc++-v3/include/bits/indirect_array.h | 2 +
libstdc++-v3/include/bits/mask_array.h | 2 +
libstdc++-v3/include/bits/slice_array.h | 2 +
libstdc++-v3/include/bits/stl_iterator.h | 137 ++++++++++++++-------
libstdc++-v3/include/experimental/optional | 2 +-
libstdc++-v3/include/std/memory | 7 +-
libstdc++-v3/include/std/valarray | 2 +
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 5 +-
.../testsuite/20_util/pair/astuple/get-2.cc | 68 ++++++++++
.../testsuite/20_util/scoped_allocator/108952.cc | 23 ++++
.../testsuite/20_util/uses_allocator/lwg3527.cc | 22 ++++
.../testsuite/24_iterators/common_iterator/1.cc | 23 +++-
.../24_iterators/common_iterator/100823.cc | 43 +++++++
.../testsuite/libstdc++-xmethods/shared_ptr.cc | 7 ++
19 files changed, 305 insertions(+), 76 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/astuple/get-2.cc
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/108952.cc
create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3527.cc
create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/100823.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 releases/gcc-12
in repository gcc.
from ee5ab84e5f1 libstdc++: Call predicate with non-const values in std::era [...]
new 26891127b03 libstdc++: Fix error in doxygen comments in <atomic>
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/include/std/atomic | 1 +
1 file changed, 1 insertion(+)
--
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-11
in repository gcc.
from e60a7bbd0da Daily bump.
new 24f8b16748d libstdc++: Fix name of <experimental/optional> in comment
new 6930165acd0 libstdc++: Fix uses_allocator_construction_args for pair<T& [...]
new 3ca17b2b6be libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [...]
new 7ced3e5179e libstdc++: Fix dangling reference in filesystem::path::filename()
new b9e35103581 libstdc++: Reduce Doxygen output for PDF
new ee1a8294754 libstdc++: Fix outdated docs about demangling exception messages
new ba029848abe libstdc++: Fix error in doxygen comments in <atomic>
new 71b813c37f1 libstdc++: Add pretty printer for std::span
new bbe24ab6bae libstdc++: Add pretty printer for std::initializer_list
new 9b21c68e483 libstdc++: Fix printing of std::span for versioned namespace
new fb0c2b05b83 libstdc++: Add missing runtime exception to licence notice
new 525f73e0d91 libstdc++: Document LWG 1203 API change in manual
The 12 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/doc/doxygen/user.cfg.in | 2 +-
libstdc++-v3/doc/html/manual/bugs.html | 3 +
libstdc++-v3/doc/html/manual/ext_demangling.html | 13 +----
libstdc++-v3/doc/xml/manual/extensions.xml | 13 +----
libstdc++-v3/doc/xml/manual/intro.xml | 6 ++
libstdc++-v3/include/bits/fs_path.h | 6 +-
libstdc++-v3/include/bits/gslice_array.h | 2 +
libstdc++-v3/include/bits/indirect_array.h | 2 +
libstdc++-v3/include/bits/mask_array.h | 2 +
libstdc++-v3/include/bits/slice_array.h | 2 +
libstdc++-v3/include/bits/uses_allocator_args.h | 7 ++-
libstdc++-v3/include/experimental/optional | 2 +-
libstdc++-v3/include/std/atomic | 1 +
libstdc++-v3/include/std/barrier | 9 ++-
libstdc++-v3/include/std/valarray | 2 +
libstdc++-v3/python/libstdcxx/v6/printers.py | 61 ++++++++++++++++++-
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 5 +-
.../testsuite/20_util/pair/astuple/get-2.cc | 68 ++++++++++++++++++++++
.../testsuite/20_util/scoped_allocator/108952.cc | 23 ++++++++
.../testsuite/20_util/uses_allocator/lwg3527.cc | 22 +++++++
.../testsuite/libstdc++-prettyprinters/cxx11.cc | 6 ++
.../testsuite/libstdc++-prettyprinters/cxx20.cc | 11 ++++
.../testsuite/libstdc++-xmethods/shared_ptr.cc | 7 +++
23 files changed, 242 insertions(+), 33 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/astuple/get-2.cc
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/108952.cc
create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3527.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.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from a23404b4 Add entry 873a1ec4059a2d58899e427a996bf4c3965d93da from https [...]
new 94cfea68 Add entry dcdec68b0b5371c700bc6152de9c20eb1bdfa287 from https [...]
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/gdb-13-branchpoint-2043-gdcdec68b0b5 | 1 +
.../master-aarch64/build_url | 2 +-
.../master-aarch64/last_good | 1 +
.../master-aarch64/summary.txt | 19 +++++++++++
.../tcwg_gnu_native_check_gdb/status.txt | 38 ++++++++++++++++++++++
5 files changed, 60 insertions(+), 1 deletion(-)
create mode 120000 gdb/gdb-13-branchpoint-2043-gdcdec68b0b5
copy gdb/sha1/{7005080802d695d112530a7c24c9d3d44ee109a3 => dcdec68b0b5371c700bc615 [...]
create mode 100644 gdb/sha1/dcdec68b0b5371c700bc6152de9c20eb1bdfa287/tcwg_gnu_nati [...]
create mode 100644 gdb/sha1/dcdec68b0b5371c700bc6152de9c20eb1bdfa287/tcwg_gnu_nati [...]
create mode 100644 gdb/sha1/dcdec68b0b5371c700bc6152de9c20eb1bdfa287/tcwg_gnu_nati [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.