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 52c0e6b9 Add entry fcede95472ceb4b63d0c131ed2f98bd79e0e360d from https [...]
new b510e012 Add entry fcede95472ceb4b63d0c131ed2f98bd79e0e360d 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:
gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/jira/description | 4 ++++
gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/jira/yaml | 4 ++++
gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/status.txt | 4 ++++
.../master-thumb_m33_eabi}/details.txt | 0
.../reproduction_instructions.txt | 4 ++--
.../{master-thumb_m7_eabi => master-thumb_m33_eabi}/status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
7 files changed, 20 insertions(+), 4 deletions(-)
copy gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/{tcwg_bootstrap_check/maste [...]
copy gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/tcwg_gnu_embed_check_gcc/{m [...]
--
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 f1883598 Add entry 4f4fa2501186e43d115238ae938b3df322c9e02a from https [...]
new 52c0e6b9 Add entry fcede95472ceb4b63d0c131ed2f98bd79e0e360d 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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m33_eabi}/build_url | 2 +-
.../master-thumb_m33_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/fcede95472ceb4b63d0c131ed2f98bd79e0e360d/{tcwg_bootstrap_check/maste [...]
--
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/v0.0_to_v0.1-70/tcwg_bmk-code_size-spec2k6/gnu-arm-master-Os
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_size-spec2k6/gnu-arm-master-Os.
at 6b2c849 onsuccess: #70: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
No new revisions were added by this update.
--
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 10d59b802a7 lra: Avoid unfolded plus-0
new 833733702a7 libstdc++: Avoid -Wunused-parameter warning in testsuite helper
new 9f41791eff8 libstdc++: Relax range adaptors for move-only types (P2494R2)
new faea9d92db9 libstdc++: Rename C++20 Customization Point Objects
new 6854e3ac712 libstdc++: Simplify C++20 poison pill overloads (P2602R2)
new f12e26f3496 libstdc++: Fix <ranges> tests that fail in C++23
new b1ca841b897 libstdc++: Fix missing/misplaced { dg-options "-std=gnu++20 [...]
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:
libstdc++-v3/include/bits/iterator_concepts.h | 53 +++++-----
libstdc++-v3/include/bits/ranges_base.h | 114 ++++++++++-----------
libstdc++-v3/include/bits/version.def | 2 +-
libstdc++-v3/include/bits/version.h | 4 +-
libstdc++-v3/include/std/concepts | 13 +--
libstdc++-v3/include/std/ranges | 72 +++++++++----
libstdc++-v3/libsupc++/compare | 37 ++++---
.../23_containers/unordered_map/operations/1.cc | 1 +
.../unordered_multimap/operations/1.cc | 1 +
.../unordered_multiset/operations/1.cc | 1 +
.../23_containers/unordered_set/operations/1.cc | 1 +
libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 13 +++
libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 38 ++++++-
libstdc++-v3/testsuite/std/ranges/access/cend.cc | 29 +++++-
.../testsuite/std/ranges/access/crbegin.cc | 40 +++++++-
libstdc++-v3/testsuite/std/ranges/access/crend.cc | 33 +++++-
libstdc++-v3/testsuite/std/ranges/access/p2602.cc | 31 ++++++
.../std/ranges/adaptors/adjacent_transform/1.cc | 14 +++
libstdc++-v3/testsuite/std/ranges/adaptors/take.cc | 2 +
.../testsuite/std/ranges/adaptors/take_while.cc | 2 +
.../testsuite/std/ranges/adaptors/transform.cc | 23 +++++
libstdc++-v3/testsuite/std/ranges/repeat/1.cc | 12 +++
libstdc++-v3/testsuite/std/ranges/single_view.cc | 17 +++
libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 2 +-
.../testsuite/std/ranges/zip_transform/1.cc | 14 +++
libstdc++-v3/testsuite/std/time/parse.cc | 2 +-
libstdc++-v3/testsuite/util/testsuite_iterators.h | 2 +-
27 files changed, 434 insertions(+), 139 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/ranges/access/p2602.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.