This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 58ef1c521c1 [PATCH] PR modula2/116918 -fswig correct syntax fixup
new 5425886d1d0 libstdc++: Fix std::basic_stracktrace to not assume allocat [...]
new 136ff35dd34 libstdc++: Fix allocator-extended move ctor for std::basic_ [...]
new 7a656281d8d libstdc++: Add missing constraint to operator+ for std::mov [...]
new b3b430ed997 libstdc++: Use __is_single_threaded() in performance tests
new ea95ef3becf libstdc++: Fix calculation of system time in performance tests
new edbe164af12 libstdc++: Add missing parts of LWG 3480 for directory iter [...]
new 3a4c9a2c661 libstdc++: Minor comment improvements in <bits/hashtable.h>
new 22ce6e2dbc5 libstdc++: Fix typo in comment in hashtable.h
new cdd110e7f15 libstdc++: Fix std::vector<bool>::emplace to forward parameter
new c61255e2d8c libstdc++: Fix -Wsign-compare warning in std::string::resiz [...]
new a088552e133 libstdc++: Implement LWG 3798 for range adaptors [PR106676]
new 671c22a2e01 libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
new d4c402b5177 libstdc++: Use appropriate feature test macro for std::byte
new 0a1c4afe2f9 libstdc++: Check feature test macros in unordered containers
new b1be40e99a0 libstdc++: Fix get<0> constraint for lvalue ranges::subrang [...]
new 3fe1629a689 libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
new f2b027a9eff libstdc++: Remove unused typedef in <ranges>
new 4b7a1dbd3c2 libstdc++: Silence -Wattributes warning in exception_ptr
new 31c7539e261 libstdc++: Silence -Woverloaded-virtual warning in cxx11-io [...]
new d85ad17c2bc libstdc++: Fix -Wunused-parameter warnings in Networking TS [...]
new f9e34b1aef1 libstdc++: remove extra semicolons
new 38569170f88 libstdc++: avoid -Wzero-as-null-pointer-constant
new 61f45091514 libstdc++: fix testcase regexp
new 3a1a3ba916a libstdc++: avoid -Wsign-compare
new 986c71c1693 libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in [...]
The 25 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/basic_string.tcc | 2 +-
libstdc++-v3/include/bits/cow_string.h | 2 +-
libstdc++-v3/include/bits/cpp_type_traits.h | 3 +-
libstdc++-v3/include/bits/fs_dir.h | 22 +++
libstdc++-v3/include/bits/hashtable.h | 16 +-
libstdc++-v3/include/bits/iterator_concepts.h | 4 +-
libstdc++-v3/include/bits/ranges_algo.h | 7 +
libstdc++-v3/include/bits/ranges_algobase.h | 7 +
libstdc++-v3/include/bits/ranges_util.h | 5 +-
libstdc++-v3/include/bits/stl_algo.h | 13 +-
libstdc++-v3/include/bits/stl_algobase.h | 44 +++--
libstdc++-v3/include/bits/stl_bvector.h | 4 +-
libstdc++-v3/include/bits/stl_iterator.h | 4 +
libstdc++-v3/include/bits/stl_vector.h | 6 +-
libstdc++-v3/include/bits/unordered_map.h | 28 +--
libstdc++-v3/include/bits/unordered_set.h | 24 +--
libstdc++-v3/include/decimal/decimal.h | 24 +--
libstdc++-v3/include/experimental/io_context | 2 +-
libstdc++-v3/include/experimental/socket | 2 +-
libstdc++-v3/include/std/coroutine | 2 +-
libstdc++-v3/include/std/istream | 2 +-
libstdc++-v3/include/std/ranges | 19 +-
libstdc++-v3/include/std/stacktrace | 9 +-
libstdc++-v3/libsupc++/exception_ptr.h | 3 +-
libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 2 +
.../19_diagnostics/stacktrace/stacktrace.cc | 207 ++++++++++++++++++++-
.../testsuite/20_util/default_delete/void_neg.cc | 2 +-
.../23_containers/vector/bool/emplace_rvalue.cc | 24 +++
.../24_iterators/move_iterator/rel_ops_c++20.cc | 12 ++
.../testsuite/25_algorithms/equal/lwg3560.cc | 49 +++++
.../25_algorithms/is_permutation/lwg3560.cc | 51 +++++
.../27_io/filesystem/iterators/lwg3480.cc | 16 ++
.../testsuite/std/ranges/adaptors/transform.cc | 16 ++
.../testsuite/std/ranges/subrange/lwg3589.cc | 30 +++
.../testsuite/util/testsuite_performance.h | 14 +-
35 files changed, 569 insertions(+), 108 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/emplace_rvalue.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/equal/lwg3560.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/is_permutation/lwg3560.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/lwg3480.cc
create mode 100644 libstdc++-v3/testsuite/std/ranges/subrange/lwg3589.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 8173d0a4b75 gccrs: Remove unused files 'gcc/rust/typecheck/rust-hir-typ [...]
new e11c795b09a libgdiagnostics: fix a missing rename in the docs
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/doc/libgdiagnostics/tutorial/01-hello-world.rst | 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 master
in repository gcc.
from 1467409beb2 libstdc++: Simplify std::_Destroy using 'if constexpr'
new 8173d0a4b75 gccrs: Remove unused files 'gcc/rust/typecheck/rust-hir-typ [...]
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/rust/typecheck/rust-hir-type-check-toplevel.cc | 378 ---------------------
gcc/rust/typecheck/rust-hir-type-check-toplevel.h | 56 ---
2 files changed, 434 deletions(-)
delete mode 100644 gcc/rust/typecheck/rust-hir-type-check-toplevel.cc
delete mode 100644 gcc/rust/typecheck/rust-hir-type-check-toplevel.h
--
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-14
in repository gcc.
from e81edf9d86f Fortran: passing inquiry ref of complex array to assumed ra [...]
new 58ef1c521c1 [PATCH] PR modula2/116918 -fswig correct syntax fixup
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/m2/gm2-compiler/M2Swig.mod | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 3b3b5976b Add entry e573c6b67eb729a625431121139100bebc61ba1f from https [...]
new cb6bdb9ce Add entry e573c6b67eb729a625431121139100bebc61ba1f 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:
llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/jira/description | 4 ++++
llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/jira/yaml | 4 ++++
llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/status.txt | 4 ++++
.../details.txt | 0
.../llvm-aarch64-master-Os_LTO}/reproduction_instructions.txt | 0
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../llvm-aarch64-master-Os_LTO}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_bmk-code_size-spec2k6/status.txt | 4 ++++
9 files changed, 20 insertions(+), 4 deletions(-)
copy llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/tcwg_bmk-code_size-spec2k6 [...]
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84/tcwg_bmk-code_vect-spec2k [...]
copy llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/tcwg_bmk-code_size-spec2k6 [...]
copy llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/{ => tcwg_bmk-code_size-sp [...]
copy llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/tcwg_bmk-code_size-spec2k6 [...]
--
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-14
in repository gcc.
from aa38196eb45 [PATCH] PR modula2/116918 -fswig correct syntax
new e81edf9d86f Fortran: passing inquiry ref of complex array to assumed ra [...]
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/fortran/trans-expr.cc | 5 ++-
gcc/testsuite/gfortran.dg/assumed_rank_25.f90 | 51 +++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_25.f90
--
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 2af4fd2b9 Add entry 113e902e842b9b6d038162dfa751c25377b594d3 from https [...]
new 3b3b5976b Add entry e573c6b67eb729a625431121139100bebc61ba1f 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_bmk-code_size-spec2k6/llvm-aarch64-master-Os_LTO}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0dab86265035dd97ecf042dfad6571ff59867dad/tcwg_bmk-code_size-spec2k [...]
copy llvm/sha1/e573c6b67eb729a625431121139100bebc61ba1f/tcwg_bmk-code_size-spec2k6 [...]
--
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/aburgess/gdb-opt-code-debug
in repository binutils-gdb.
discards 90dad0d29b7 [wip] Fix range end handling of inlined subroutines
discards 4a495f451cb [wip] Introduce a new line table flag is_weak
discards 7e17a55b788 [wip] gdb/testsuite: all the optimised code test cases
discards 49f425d5e82 gdb: improve line number lookup around inline functions
discards a8c9c41aa71 gdb: handle empty ranges for inline subroutines
new 9d3050f16a5 gdb: handle empty ranges for inline subroutines
new a44b897c11e gdb: improve line number lookup around inline functions
new 17e78553102 [wip] gdb/testsuite: all the optimised code test cases
new 566da9a1da8 [wip] Introduce a new line table flag is_weak
new 1bf19d6af01 [wip] Fix range end handling of inlined subroutines
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 (90dad0d29b7)
\
N -- N -- N refs/heads/users/aburgess/gdb-opt-code-debug (1bf19d6af01)
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 5 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:
--
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 7403eb747 Add entry 113e902e842b9b6d038162dfa751c25377b594d3 from https [...]
new 2af4fd2b9 Add entry 113e902e842b9b6d038162dfa751c25377b594d3 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:
.../commit-log.txt | 2 +-
.../jira/description | 7 +-
.../jira/summary | 2 +-
.../jira/yaml | 9 ++-
.../status.txt | 5 ++
.../master-arm/details.txt | 89 +++++++++++++---------
.../master-arm}/reproduction_instructions.txt | 4 +-
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../master-arm}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/master-arm/status.txt | 6 +-
.../status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 6 +-
12 files changed, 83 insertions(+), 51 deletions(-)
copy gcc/sha1/{3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b => 113e902e842b9b6d038162d [...]
copy gcc/sha1/113e902e842b9b6d038162dfa751c25377b594d3/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/113e902e842b9b6d038162dfa751c25377b594d3/{tcwg_gcc_check => tcwg_gnu [...]
copy gcc/sha1/113e902e842b9b6d038162dfa751c25377b594d3/{ => tcwg_gnu_cross_check_g [...]
copy gcc/sha1/{59fbdb3a871585b020b21632c5c775d1ad8bc94f => 113e902e842b9b6d038162d [...]
copy gcc/sha1/113e902e842b9b6d038162dfa751c25377b594d3/{ => tcwg_gnu_cross_check_g [...]
copy gcc/sha1/{59fbdb3a871585b020b21632c5c775d1ad8bc94f => 113e902e842b9b6d038162d [...]
--
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 c8fc65639 Add entry b5df3eefd70064973fc5cb41c391d71781b8d3ac from https [...]
new 7403eb747 Add entry 113e902e842b9b6d038162dfa751c25377b594d3 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_cross_check_gcc/master-arm/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa => gcc/sha1/113e902e8 [...]
copy gcc/sha1/113e902e842b9b6d038162dfa751c25377b594d3/{tcwg_bootstrap_check/maste [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.