This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-15-branch
in repository binutils-gdb.
from 87fd313a630 Automatic date update in version.in
new 6ee5218bb33 Automatic date update in version.in
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:
bfd/version.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 binutils-2_43-branch
in repository binutils-gdb.
from d56eb40c142 Automatic date update in version.in
new 12faebf00dc Automatic date update in version.in
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:
bfd/version.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 linux.
from 8c245fe7dde3 Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/l [...]
new 3840cbe24cf0 sched: psi: fix bogus pressure spikes from aggregation race
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:
kernel/sched/psi.c | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 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-13
in repository gcc.
from 30403793d03 Daily bump.
new 7ea30d4a5b2 libstdc++: Fix formatting of most negative chrono::duration [...]
new 24e2b4cf790 libstdc++: Remove noexcept-specifier from MCF __cxa_guard_a [...]
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/chrono_io.h | 16 ++++++++++++++--
libstdc++-v3/libsupc++/guard.cc | 20 ++++++++++----------
libstdc++-v3/testsuite/20_util/duration/io.cc | 8 ++++++++
3 files changed, 32 insertions(+), 12 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 eed6e6e4dbf Daily bump.
new aeb54d0f3a9 libstdc++: Fix formatting of most negative chrono::duration [...]
new 98ae5227a3e libstdc++: Disable std::formatter<char8_t, C> specialization
new 61584f377ce libstdc++: Work around some PSTL test failures for debug mo [...]
new 2f9585392da libstdc++: Add missing 'inline' to always_inline function
new c5bdd24abac libstdc++: Populate std::time_get::get's %c format for C locale
new c4253d6a170 libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for e [...]
new 1b09baab8c7 libstdc++: Remove noexcept-specifier from MCF __cxa_guard_a [...]
new 1982bd34cf6 libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>
new 09f789660e9 libstdc++: Fix @file for target-specific opt_random.h
new ab9ab537b11 libstdc++: Fix @headername for bits/cpp_type_traits.h
new 4ef6b95d5da libstdc++: Make debug sequence members mutable [PR116369]
The 11 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/config.h.in | 3 +
.../config/cpu/aarch64/opt/ext/opt_random.h | 2 +-
libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h | 2 +-
.../config/locale/dragonfly/time_members.cc | 16 +--
libstdc++-v3/config/locale/generic/time_members.cc | 8 +-
libstdc++-v3/config/locale/gnu/codecvt_members.cc | 117 +++++++++------------
libstdc++-v3/config/locale/gnu/time_members.cc | 16 +--
libstdc++-v3/configure | 2 +
libstdc++-v3/configure.ac | 5 +-
libstdc++-v3/include/bits/chrono_io.h | 16 ++-
libstdc++-v3/include/bits/cow_string.h | 2 +-
libstdc++-v3/include/bits/cpp_type_traits.h | 2 +-
libstdc++-v3/include/debug/safe_base.h | 4 +-
libstdc++-v3/include/std/format | 53 +++++-----
libstdc++-v3/libsupc++/guard.cc | 20 ++--
libstdc++-v3/testsuite/20_util/duration/io.cc | 8 ++
.../testsuite/22_locale/codecvt/in/char/37475.cc | 23 ++++
.../22_locale/codecvt/in/wchar_t/37475.cc | 23 ++++
.../testsuite/22_locale/codecvt/out/char/37475.cc | 23 ++++
.../22_locale/codecvt/out/wchar_t/37475.cc | 23 ++++
.../testsuite/22_locale/time_get/get/char/5.cc | 37 +++++++
.../testsuite/22_locale/time_get/get/wchar_t/5.cc | 37 +++++++
.../pstl/alg_nonmodifying/nth_element.cc | 4 +
.../25_algorithms/pstl/alg_sorting/includes.cc | 4 +
.../25_algorithms/pstl/alg_sorting/partial_sort.cc | 1 +
.../25_algorithms/pstl/alg_sorting/set_util.h | 4 +
.../testsuite/std/format/formatter/requirements.cc | 17 +++
27 files changed, 341 insertions(+), 131 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/in/char/37475.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/37475.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/out/char/37475.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/37475.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/char/5.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/5.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 547219f41f0 Aarch64: Define WIDEST_HARDWARE_FP_SIZE
new d77f073ce66 c++: free garbage vec in coerce_template_parms
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/pt.cc | 10 +++++++++-
1 file changed, 9 insertions(+), 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 a36814e145 riscv: align .preinit_array (bug 32228)
new e67f8e6dbd hurd: Add missing va_end call in fcntl implementation. [BZ #32234]
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/mach/hurd/fcntl.c | 6 +++++-
1 file changed, 5 insertions(+), 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 fe33530e624 Revert "c++: free garbage vec in coerce_template_parms"
new 547219f41f0 Aarch64: Define WIDEST_HARDWARE_FP_SIZE
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/config/aarch64/aarch64.h | 2 ++
gcc/testsuite/gnat.dg/specs/size_clause6.ads | 12 ++++++++++++
2 files changed, 14 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/specs/size_clause6.ads
--
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 dca2b47916c c++: -Wdeprecated enables later standard deprecations
new fe33530e624 Revert "c++: free garbage vec in coerce_template_parms"
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/pt.cc | 36 ++++++------------------------------
1 file changed, 6 insertions(+), 30 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 binutils-gdb.
from 98b1464bdf6 bfd: fix unnecessary bfd.info regen
new 59529d80e8f gdb-dap: disable events when deleting breakpoints
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/python/lib/gdb/dap/breakpoint.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.