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.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_size-coremark/gnu_eabi-arm_eabi-master-O2_LTO
in repository toolchain/ci/base-artifacts.
from 360801d6bb 5: onsuccess: #10: 1: [TCWG CI] https://ci.linaro.org/job/tc [...]
new 188d3a9bd2 6: onsuccess: #11: 1: [TCWG CI] https://ci.linaro.org/job/tc [...]
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.xz | Bin 1928 -> 1944 bytes
02-prepare_abe/console.log.xz | Bin 2488 -> 2408 bytes
03-build_abe-binutils/console.log.xz | Bin 27056 -> 26800 bytes
04-build_abe-stage1/console.log.xz | Bin 87940 -> 87296 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 12324 -> 12332 bytes
07-build_abe-stage2/console.log.xz | Bin 162372 -> 162664 bytes
08-benchmark/benchmark-build.log | 98 ++++++++++++++--------------
08-benchmark/benchmark.log | 96 +++++++++++++--------------
08-benchmark/console.log.xz | Bin 4048 -> 4040 bytes
09-check_regression/console.log.xz | Bin 6116 -> 6096 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 26 ++++----
results-vs-first/tcwg-benchmark-results.log | 60 ++++++++---------
results-vs-prev/tcwg-benchmark-results.log | 62 +++++++++---------
results_id | 2 +-
19 files changed, 176 insertions(+), 176 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 1dff0320861 Daily bump.
new 5d572ffe2e0 libstdc++: Fix unsafe use of dirent::d_name [PR107814]
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:
.../filesystem/iterators/error_reporting.cc | 35 ++++++++++++++--------
1 file changed, 22 insertions(+), 13 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-13
in repository gcc.
from 6778b885e89 libstdc++: Fix typos in doxygen comments
new 08ea480cce1 Update gcc .po files
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/po/be.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/da.po | 3940 +++++++++++++++++++++++++++---------------------------
gcc/po/de.po | 3938 +++++++++++++++++++++++++++---------------------------
gcc/po/el.po | 3927 +++++++++++++++++++++++++++---------------------------
gcc/po/es.po | 3942 +++++++++++++++++++++++++++---------------------------
gcc/po/fi.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/fr.po | 3938 +++++++++++++++++++++++++++---------------------------
gcc/po/hr.po | 3976 ++++++++++++++++++++++++++++---------------------------
gcc/po/id.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/ja.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/nl.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/ru.po | 3942 +++++++++++++++++++++++++++---------------------------
gcc/po/sr.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/sv.po | 3935 +++++++++++++++++++++++++++---------------------------
gcc/po/tr.po | 3936 +++++++++++++++++++++++++++---------------------------
gcc/po/uk.po | 3938 +++++++++++++++++++++++++++---------------------------
gcc/po/vi.po | 3940 +++++++++++++++++++++++++++---------------------------
gcc/po/zh_CN.po | 3936 +++++++++++++++++++++++++++---------------------------
gcc/po/zh_TW.po | 3931 +++++++++++++++++++++++++++---------------------------
19 files changed, 37682 insertions(+), 37123 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 b17c57b06d9 amdgcn: Fix addsub bug
new e86d01af792 Update gcc .po files
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/po/be.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/da.po | 3940 +++++++++++++++++++++++++++---------------------------
gcc/po/de.po | 3938 +++++++++++++++++++++++++++---------------------------
gcc/po/el.po | 3927 +++++++++++++++++++++++++++---------------------------
gcc/po/es.po | 3942 +++++++++++++++++++++++++++---------------------------
gcc/po/fi.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/fr.po | 3938 +++++++++++++++++++++++++++---------------------------
gcc/po/hr.po | 3976 ++++++++++++++++++++++++++++---------------------------
gcc/po/id.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/ja.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/nl.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/ru.po | 3942 +++++++++++++++++++++++++++---------------------------
gcc/po/sr.po | 3931 +++++++++++++++++++++++++++---------------------------
gcc/po/sv.po | 3935 +++++++++++++++++++++++++++---------------------------
gcc/po/tr.po | 3936 +++++++++++++++++++++++++++---------------------------
gcc/po/uk.po | 3938 +++++++++++++++++++++++++++---------------------------
gcc/po/vi.po | 3940 +++++++++++++++++++++++++++---------------------------
gcc/po/zh_CN.po | 3936 +++++++++++++++++++++++++++---------------------------
gcc/po/zh_TW.po | 3931 +++++++++++++++++++++++++++---------------------------
19 files changed, 37682 insertions(+), 37123 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 master
in repository toolchain/ci/interesting-commits.
from ed9c97a9 Add entry 0a38f677463ff8a4fb61b049263aa596ef6471a7 from https [...]
new a23404b4 Add entry 873a1ec4059a2d58899e427a996bf4c3965d93da 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:
binutils/gdb-13-branchpoint-2040-g873a1ec4059 | 1 +
.../tcwg_gnu_native_check_gdb/master-arm/build_url | 2 +-
.../tcwg_gnu_native_check_gdb/master-arm/last_good | 1 +
.../master-arm/summary.txt | 36 ++++++++++++++++
.../tcwg_gnu_native_check_gdb/status.txt | 49 ++++++++++++++++++++++
5 files changed, 88 insertions(+), 1 deletion(-)
create mode 120000 binutils/gdb-13-branchpoint-2040-g873a1ec4059
copy binutils/sha1/{14317f7f05d0290586f456d02176dd77a81aee69 => 873a1ec4059a2d5889 [...]
create mode 100644 binutils/sha1/873a1ec4059a2d58899e427a996bf4c3965d93da/tcwg_gnu [...]
create mode 100644 binutils/sha1/873a1ec4059a2d58899e427a996bf4c3965d93da/tcwg_gnu [...]
create mode 100644 binutils/sha1/873a1ec4059a2d58899e427a996bf4c3965d93da/tcwg_gnu [...]
--
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_gnu_cross_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
from 6367d2db66 59: onsuccess: #104: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 9c8f6f9621 60: onsuccess: #112: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/binutils.log.xz | Bin 61708 -> 62204 bytes
00-sumfiles/gas.log.xz | Bin 101084 -> 100996 bytes
00-sumfiles/ld.log.xz | Bin 114132 -> 114160 bytes
01-reset_artifacts/console.log.xz | Bin 2220 -> 2264 bytes
02-prepare_abe/console.log.xz | Bin 2416 -> 2452 bytes
03-build_abe-binutils/console.log.xz | Bin 26900 -> 27112 bytes
04-build_abe-stage1/console.log.xz | Bin 90424 -> 89488 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 10212 -> 9120 bytes
07-build_abe-glibc/console.log.xz | Bin 233584 -> 233428 bytes
08-build_abe-stage2/console.log.xz | Bin 226836 -> 226956 bytes
09-build_abe-gdb/console.log.xz | Bin 34172 -> 34740 bytes
10-build_abe-qemu/console.log.xz | Bin 30956 -> 32256 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3852 bytes
12-build_abe-check_binutils/console.log.xz | Bin 3084 -> 3268 bytes
12-build_abe-check_binutils/flaky.xfail | 2 +-
13-check_regression/console.log.xz | Bin 1236 -> 1232 bytes
13-check_regression/results.compare | 10 +++----
13-check_regression/results.compare2 | 6 ++--
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 10 +++----
manifest.sh | 44 ++++++++++++++---------------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +--
sumfiles/ld.sum | 4 +--
31 files changed, 48 insertions(+), 48 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_bmk-code_speed-coremark/gnu_eabi-arm_eabi-master-O3_LTO
in repository toolchain/ci/base-artifacts.
from f58491c28a 81: onsuccess: #56: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 82de116501 82: onsuccess: #57: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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.xz | Bin 1928 -> 1948 bytes
02-prepare_abe/console.log.xz | Bin 2472 -> 2440 bytes
03-build_abe-binutils/console.log.xz | Bin 27220 -> 27024 bytes
04-build_abe-stage1/console.log.xz | Bin 87116 -> 87648 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 12208 -> 12264 bytes
07-build_abe-stage2/console.log.xz | Bin 162452 -> 162628 bytes
08-benchmark/benchmark-build.log | 104 ++++++++++++++--------------
08-benchmark/benchmark.log | 102 ++++++++++++++-------------
08-benchmark/console.log.xz | Bin 3956 -> 4064 bytes
09-check_regression/console.log.xz | Bin 5136 -> 5140 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 26 +++----
results-vs-first/tcwg-benchmark-results.log | 60 ++++++++--------
results-vs-prev/tcwg-benchmark-results.log | 64 ++++++++---------
results_id | 2 +-
19 files changed, 185 insertions(+), 181 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.