This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from de1923f9f4d tree-optimization/116463 - complex lowering leaves around d [...]
new 125bab23ad7 libstdc++: Fix std::random_shuffle for low RAND_MAX [PR88935]
new 591b71993f1 libstdc++: Define operator== for hash table iterators [PR115939]
new 43b8153c266 libstdc++: Only use std::time_put in std::format for non-C locales
new 8cf51d7516b libstdc++: Fix std::allocator_traits::construct constraints [...]
new 952e67c0d13 libstdc++: Optimize __try_use_facet for const types
new c429d509a86 libstdc++: Implement LWG 3746 for std::optional
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/alloc_traits.h | 351 ++++++++++++++-------
libstdc++-v3/include/bits/chrono_io.h | 133 ++++----
libstdc++-v3/include/bits/hashtable_policy.h | 80 ++++-
libstdc++-v3/include/bits/locale_classes.tcc | 2 +-
libstdc++-v3/include/bits/new_allocator.h | 2 +-
libstdc++-v3/include/bits/stl_algo.h | 42 ++-
libstdc++-v3/include/ext/malloc_allocator.h | 2 +-
libstdc++-v3/include/std/optional | 12 +-
libstdc++-v3/include/std/type_traits | 15 +
libstdc++-v3/testsuite/20_util/allocator/89510.cc | 14 +-
.../20_util/allocator_traits/members/108619.cc | 35 ++
.../testsuite/20_util/optional/relops/lwg3746.cc | 20 ++
.../23_containers/unordered_map/115939.cc | 29 ++
.../25_algorithms/random_shuffle/88935.cc | 24 ++
.../testsuite/ext/malloc_allocator/89510.cc | 14 +-
libstdc++-v3/testsuite/ext/new_allocator/89510.cc | 14 +-
16 files changed, 583 insertions(+), 206 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/allocator_traits/members/108619.cc
create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/lwg3746.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/115939.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/random_shuffle/88935.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 master
in repository gcc.
from a35dd276cbf libstdc++: Make debug sequence members mutable [PR116369]
new de1923f9f4d tree-optimization/116463 - complex lowering leaves around d [...]
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/tree-complex.cc | 9 +++++++++
1 file changed, 9 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 0bb26524ae4 libstdc++: Simplify C++20 implementation of std::variant
new 9115593d851 libstdc++: Use noexcept insted of throw() in src/c++11/debug.cc
new a35dd276cbf libstdc++: Make debug sequence members mutable [PR116369]
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:
libstdc++-v3/include/debug/safe_base.h | 4 ++--
libstdc++-v3/src/c++11/debug.cc | 32 ++++++++++++++++----------------
2 files changed, 18 insertions(+), 18 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 07988874c34 Match: Support form 4 for unsigned integer .SAT_TRUNC
new f9f599a44e3 Revert "Fortran: Fix class transformational intrinsic calls [...]
new b25b101bc38 libstdc++: Make std::vector<bool>::reference constructor pr [...]
new 0bb26524ae4 libstdc++: Simplify C++20 implementation of std::variant
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:
gcc/fortran/trans-array.cc | 146 +++------------
gcc/fortran/trans-expr.cc | 57 +-----
.../gfortran.dg/class_transformational_1.f90 | 204 ---------------------
.../gfortran.dg/class_transformational_2.f90 | 103 -----------
libstdc++-v3/include/bits/stl_bvector.h | 12 +-
libstdc++-v3/include/std/bitset | 5 +-
libstdc++-v3/include/std/variant | 83 ++++-----
libstdc++-v3/testsuite/20_util/bitset/115098.cc | 11 ++
.../testsuite/23_containers/vector/bool/115098.cc | 8 +
9 files changed, 101 insertions(+), 528 deletions(-)
delete mode 100644 gcc/testsuite/gfortran.dg/class_transformational_1.f90
delete mode 100644 gcc/testsuite/gfortran.dg/class_transformational_2.f90
create mode 100644 libstdc++-v3/testsuite/20_util/bitset/115098.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/115098.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 master
in repository gcc.
from b2c1d7c4573 libcpp: bump padding size in _cpp_convert_input [PR116458]
new 07988874c34 Match: Support form 4 for unsigned integer .SAT_TRUNC
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/match.pd | 18 ++++++++++++++++++
1 file changed, 18 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from cd7522a8b Add entry b07f8a301158e53717b8688cc8ea430b6f02574c from https [...]
new 9f5270e11 Add entry d63b6d8b494483b0049370ff0dfeee0e1d10e54b 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:
.../first_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi}/build_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{1579394c9ecf3d1f678daa54b835c7fc3b76fb6d => d63b6d8b494483b0049370f [...]
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
create mode 100644 gcc/sha1/d63b6d8b494483b0049370ff0dfeee0e1d10e54b/tcwg_gnu_embe [...]
--
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 96fe95bac67 optabs-query: Use opt_machine_mode for smallest_int_mode_fo [...]
new b2c1d7c4573 libcpp: bump padding size in _cpp_convert_input [PR116458]
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:
libcpp/charset.cc | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 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 linux.
from 3902f60b5810 Merge tag 'pmdomain-v6.11-rc2' of git://git.kernel.org/pub [...]
new a9aaf1ff88a8 power: sequencing: request the WLAN enable GPIO as-is
new 3d5f968a177d Merge tag 'pwrseq-fixes-for-v6.11-rc5' of git://git.kernel [...]
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:
drivers/power/sequencing/pwrseq-qcom-wcn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.