This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c21d5a3591f libstdc++: Move new functions to separate files [PR119110]
new a08a5bc4b39 libstdc++: fix possible undefined std::timespec in module std
new c7449f1b151 libstdc++: Make enumerate_view::iterator::operator- noexcept
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/std/ranges | 2 +-
libstdc++-v3/src/c++23/std-clib.cc.in | 2 +-
libstdc++-v3/testsuite/std/ranges/adaptors/enumerate/1.cc | 11 +++++++++++
3 files changed, 13 insertions(+), 2 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 3c02d195bfe Regenerate fortran/lang.opt.urls
new c21d5a3591f libstdc++: Move new functions to separate files [PR119110]
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:
.../testsuite/25_algorithms/move/105609.cc | 33 ++++++++++++++++++++++
.../testsuite/25_algorithms/move/constrained.cc | 29 -------------------
.../25_algorithms/move_backward/105609.cc | 33 ++++++++++++++++++++++
.../25_algorithms/move_backward/constrained.cc | 29 -------------------
4 files changed, 66 insertions(+), 58 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/105609.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/move_backward/105609.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 410a4c12640 libstdc++: Implement P3138R5 views::cache_latest
new 3c02d195bfe Regenerate fortran/lang.opt.urls
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/lang.opt.urls | 3 +++
1 file changed, 3 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 459c8a55567 c++: disable -Wnonnull in unevaluated context [PR115580]
new 410a4c12640 libstdc++: Implement P3138R5 views::cache_latest
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/version.def | 8 +
libstdc++-v3/include/bits/version.h | 10 ++
libstdc++-v3/include/std/ranges | 189 +++++++++++++++++++++
.../std/ranges/adaptors/cache_latest/1.cc | 72 ++++++++
4 files changed, 279 insertions(+)
create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/cache_latest/1.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-14
in repository gcc.
from 1a4f1e5f91a aarch64: Check for invalid use arrays in ldp_fusion [PR118320]
new 8c635072ae6 c++: disable -Wnonnull in unevaluated context [PR115580]
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/c-family/c-common.cc | 3 +++
gcc/testsuite/g++.dg/warn/Wnonnull16.C | 16 ++++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull16.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 24ea4539300 libstdc++: use if consteval in stable_sort
new 459c8a55567 c++: disable -Wnonnull in unevaluated context [PR115580]
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/c-family/c-common.cc | 3 +++
gcc/testsuite/g++.dg/warn/Wnonnull16.C | 16 ++++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull16.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 binutils-gdb.
from 6594ca4a99d gdb: do not handle a NULL linebuffer in pager_file::puts
new 18b66eb5872 gdb/testsuite: add test for memory requirements of gcore
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:
.../gcore-memory-usage.c} | 55 ++++++-------
gdb/testsuite/gdb.base/gcore-memory-usage.exp | 96 ++++++++++++++++++++++
2 files changed, 123 insertions(+), 28 deletions(-)
copy gdb/testsuite/{gdb.tui/flush-after-run.c => gdb.base/gcore-memory-usage.c} (52%)
create mode 100644 gdb/testsuite/gdb.base/gcore-memory-usage.exp
--
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 main
in repository newlib.
from a8891c932 Cygwin: stdlib.h: resurrect arc4random_stir() definition
new 3e8a7eb1a sys/unistd.h: fix definition of setproctitle_init
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:
newlib/libc/include/sys/unistd.h | 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 newlib.
from a8891c932 Cygwin: stdlib.h: resurrect arc4random_stir() definition
new 3e8a7eb1a sys/unistd.h: fix definition of setproctitle_init
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:
newlib/libc/include/sys/unistd.h | 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 glibc.
from 6cb703b81d linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV
new 50351e0570 sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf
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:
sysdeps/unix/sysv/linux/linux_fsinfo.h | 1 +
sysdeps/unix/sysv/linux/pathconf.c | 3 +++
2 files changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.