This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3866ca796d5 libstdc++: Fix ranges::move and ranges::move_backward to us [...]
new a8ee522c592 libstdc++: Fix ranges::iter_move handling of rvalues [PR106612]
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/bits/iterator_concepts.h | 33 ++++++--
.../24_iterators/customization_points/iter_move.cc | 95 ++++++++++++++++++++++
2 files changed, 119 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 releases/gcc-14
in repository gcc.
from f83bc0edb51 libstdc++: fix a dangling reference crash in ranges::is_per [...]
new fb9a2af9928 libstdc++: Handle extended alignment in std::get_temporary_ [...]
new c795413cf3a libstdc++: Fix warning regressions in <bits/stl_tempbuf.h>
new 3b9885ac4df libstdc++: Do not use C++11 alignof in C++98 mode [PR104395]
new 8443a90c433 libstdc++: Optimize std::basic_string_view::starts_with
new 85f4136aa83 libstdc++: Reuse temporary buffer utils in <stacktrace>
new 2b9449c2c1b libstdc++: Fix outdated comment in <stacktrace>
new 9c02bad2b5e libstdc++: Hide std::tuple internals from Doxygen docs
new 3a8d05b61a9 libstdc++: Use init_priority attribute for tzdb globals [PR118811]
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/include/bits/new_allocator.h | 4 +-
libstdc++-v3/include/bits/stl_tempbuf.h | 137 +++++++++++++--------
libstdc++-v3/include/ext/bitmap_allocator.h | 4 +-
libstdc++-v3/include/ext/malloc_allocator.h | 2 +-
libstdc++-v3/include/ext/mt_allocator.h | 4 +-
libstdc++-v3/include/ext/pool_allocator.h | 4 +-
libstdc++-v3/include/std/stacktrace | 31 +----
libstdc++-v3/include/std/string_view | 5 +-
libstdc++-v3/include/std/tuple | 2 +
libstdc++-v3/src/c++20/tzdb.cc | 14 +--
libstdc++-v3/src/c++20/tzdb_globals.h | 14 +++
libstdc++-v3/testsuite/20_util/temporary_buffer.cc | 2 +-
.../25_algorithms/stable_sort/overaligned.cc | 29 +++++
libstdc++-v3/testsuite/ext/104395.cc | 8 ++
.../testsuite/std/time/tzdb_list/pr118811.cc | 25 ++++
15 files changed, 189 insertions(+), 96 deletions(-)
create mode 100644 libstdc++-v3/src/c++20/tzdb_globals.h
create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_sort/overaligned.cc
create mode 100644 libstdc++-v3/testsuite/ext/104395.cc
create mode 100644 libstdc++-v3/testsuite/std/time/tzdb_list/pr118811.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 f7bc17ebc9e d: Fix comparing uninitialized memory in dstruct.d [PR116961]
new a9cfcd0d9e3 libstdc++: Add static_assertions to ranges::to adaptor fact [...]
new 3866ca796d5 libstdc++: Fix ranges::move and ranges::move_backward to us [...]
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/bits/ranges_algobase.h | 26 ++++++++++++++-----
libstdc++-v3/include/std/ranges | 3 +++
.../testsuite/25_algorithms/move/constrained.cc | 29 ++++++++++++++++++++++
.../25_algorithms/move_backward/constrained.cc | 29 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/conv/112803.cc | 20 +++++++++++++++
5 files changed, 101 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/ranges/conv/112803.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 96572464234 c++: fix rejects-valid and ICE with constexpr NSDMI [PR110822]
new f7bc17ebc9e d: Fix comparing uninitialized memory in dstruct.d [PR116961]
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/d/d-codegen.cc | 6 +++---
gcc/d/d-ctfloat.cc | 6 +++---
gcc/d/d-longdouble.cc | 12 ++++++------
gcc/d/d-port.cc | 4 ++--
gcc/testsuite/gdc.dg/pr116961.d | 7 +++++++
5 files changed, 21 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr116961.d
--
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 binutils-gdb.
from c981932fc5c Add Vim swap files to .gitignore
new cb9995e8d8f gdb/dwarf: add dwarf2_per_bfd::filename and use it where possible
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/dwarf2/dwz.c | 14 +++++---------
gdb/dwarf2/index-cache.c | 9 ++++-----
gdb/dwarf2/read.c | 8 ++++----
gdb/dwarf2/read.h | 4 ++++
4 files changed, 17 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 50ae7b7c2 Add entry 352c48f278c89ac4c65642d3fadf52032e7fe734 from https [...]
new 527d093c4 Add entry f120cf33d2325fd95d063eccbff2e86ffc7f493a 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_kernel/llvm-master-aarch64-next-allyesconfig/build_url | 2 +-
.../tcwg_kernel/llvm-master-aarch64-next-allyesconfig/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy linux/sha1/{08c2182cf0b47646af7f3daa292980f95f5e1ea6 => f120cf33d2325fd95d063 [...]
copy linux/sha1/{4e7795eda4459bf3e69c87c793bc34f610f9d981 => f120cf33d2325fd95d063 [...]
create mode 100644 linux/sha1/f120cf33d2325fd95d063eccbff2e86ffc7f493a/tcwg_kernel [...]
--
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 76544811c850 Merge tag 'drm-fixes-2025-02-28' of https://gitlab.freedes [...]
new 174e5e9da4f5 efi/cper: Fix cper_ia_proc_ctx alignment
new d6a2d02aa060 efi/cper: Fix cper_arm_ctx_info alignment
new cb6ae457bc6a efivarfs: Defer PM notifier registration until .fill_super
new fc20737d8b85 efivarfs: allow creation of zero length files
new 2b90e7ace797 efi: Don't map the entire mokvar table to determine its size
new e3cf2d91d058 efi/mokvar-table: Avoid repeated map/unmap of the same page
new ea185bdedb73 Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/ [...]
new 6ebf05189dfc io_uring/net: save msg_control for compat
new 3e5d15dd83e1 Merge tag 'io_uring-6.14-20250228' of git://git.kernel.dk/linux
new 889c57066cee block: make segment size limit workable for > 4K PAGE_SIZE
new a6aa36e957a1 block: Remove zone write plugs when handling native zone a [...]
new b654f7a51ffb block: fix 'kmem_cache of name 'bio-108' already exists'
new 276f98efb64a Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linux
The 13 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:
block/bio.c | 2 +-
block/blk-merge.c | 2 +-
block/blk-settings.c | 14 +++++--
block/blk-zoned.c | 76 +++++++++++++++++++++++++++++++++----
block/blk.h | 9 ++++-
drivers/firmware/efi/cper-arm.c | 2 +-
drivers/firmware/efi/cper-x86.c | 2 +-
drivers/firmware/efi/mokvar-table.c | 57 +++++++++++++---------------
fs/efivarfs/file.c | 10 +++--
fs/efivarfs/super.c | 3 +-
include/linux/blkdev.h | 8 ++--
io_uring/net.c | 4 +-
12 files changed, 134 insertions(+), 55 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 22018a4a8ca c++: ICE in replace_decl [PR118986]
new 96572464234 c++: fix rejects-valid and ICE with constexpr NSDMI [PR110822]
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/cp/constexpr.cc | 21 ++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi4.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi5.C | 15 +++++++++++++++
3 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi5.C
--
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 0bffcd469e6 ipa-sra: Avoid clashes with ipa-cp when pulling accesses ac [...]
new 22018a4a8ca c++: ICE in replace_decl [PR118986]
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/cp/constexpr.cc | 29 +++++++++++++++++--------
gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue1.C | 23 ++++++++++++++++++++
2 files changed, 43 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.