This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/simark/try-unordered-dense-4.6.0
in repository binutils-gdb.
at e357414a1bc gdbsupport: bump unordered_dense library to 4.6.0
This branch includes the following new commits:
new e0069711780 gdb/python: cast to ui_file_style::intensity after validati [...]
new e357414a1bc gdbsupport: bump unordered_dense library to 4.6.0
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.
--
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 d52a81fdb3c Regenerate gcc/configure
new d77b548fb64 c++: clobber non-placement new
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/cp-tree.h | 1 +
gcc/cp/expr.cc | 16 +++++++++
gcc/cp/init.cc | 39 ++++++++++++++--------
gcc/testsuite/g++.dg/analyzer/new-2.C | 4 +--
gcc/testsuite/g++.dg/analyzer/noexcept-new.C | 12 +++----
.../cpp26/{constexpr-new4.C => constexpr-new4a.C} | 6 ++--
gcc/testsuite/g++.dg/warn/Warray-bounds-23.C | 6 ++--
gcc/testsuite/g++.dg/warn/Warray-bounds-24.C | 6 ++--
8 files changed, 59 insertions(+), 31 deletions(-)
copy gcc/testsuite/g++.dg/cpp26/{constexpr-new4.C => constexpr-new4a.C} (82%)
--
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 84f8be0d9c8 gdb: remove program_space::core_bfd member function
new b891d4c95d7 Bump 'isort' version for pre-commit
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:
.pre-commit-config.yaml | 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 fa5d1b5419 malloc: Do not call madvise if oldsize >= THP size
new e66fc31b7c benchtests: Add lgammaf_r benchmark
new 1b8eb82845 benchtests: Improve fmod benchmark
new eda354cfd8 elf: Report when found libraries are rejected [BZ #25669]
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:
benchtests/Makefile | 3 +++
benchtests/fmod-inputs | 6 +++---
benchtests/fmodf-inputs | 6 +++---
benchtests/{lgammaf-inputs => lgammaf_r-inputs} | 2 +-
elf/dl-load.c | 16 ++++++++++++++++
5 files changed, 26 insertions(+), 7 deletions(-)
copy benchtests/{lgammaf-inputs => lgammaf_r-inputs} (99%)
--
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 43f524c1c4f libstdc++: Fix type in computation of _M_weekday_index.
new d52a81fdb3c Regenerate gcc/configure
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/configure | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 8b6a18ecaf4 x86-64: mingw: Pass and return _Float16 in vector registers [...]
new 43f524c1c4f libstdc++: Fix type in computation of _M_weekday_index.
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/chrono_io.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 releases/gcc-15
in repository gcc.
from 092eac05158 Daily bump.
new ddf34234be3 [PATCH v2] RISC-V: fix __builtin_round NaN handling [PR tar [...]
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/riscv/riscv.md | 39 ++++++++++++++--------
.../riscv/rvv/autovec/vls/math-nearbyint-1.c | 4 +--
2 files changed, 28 insertions(+), 15 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 glibc.
from 9da624a183 nss: use C locale for parsing nsswitch.conf (bug 33519)
new adbd3ba137 atomic: Remove atomic_forced_read
new 88de32a070 malloc: Improve mmap interface
new fa5d1b5419 malloc: Do not call madvise if oldsize >= THP size
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:
elf/dl-lookup.c | 18 +++++++---------
include/atomic.h | 5 -----
malloc/malloc-debug.c | 12 +++++------
malloc/malloc.c | 56 ++++++++++++++++++++++---------------------------
nptl/pthread_sigqueue.c | 2 +-
nscd/nscd_helper.c | 16 +++++++-------
6 files changed, 47 insertions(+), 62 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 glibc.
from 3ee23564ce x86: Use typeof_member style in RSEQ area access expressions
new 9da624a183 nss: use C locale for parsing nsswitch.conf (bug 33519)
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:
nss/Makefile | 6 ++++
nss/nss_action_parse.c | 32 ++++++++++++++--------
.../tst-nss-action-parse.c | 25 ++++++++---------
nss/tst-nss-action-parse.root/etc/group | 1 +
nss/tst-nss-action-parse.root/etc/nsswitch.conf | 1 +
5 files changed, 40 insertions(+), 25 deletions(-)
copy posix/tst-gai_strerror.c => nss/tst-nss-action-parse.c (63%)
create mode 100644 nss/tst-nss-action-parse.root/etc/group
create mode 100644 nss/tst-nss-action-parse.root/etc/nsswitch.conf
--
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 94861aa1c05 aarch64, gas: Relax Armv9.6-A mandatory feature set
new c97e57bc9d2 gdb: move core file bfd from program_space into core_target
new 84f8be0d9c8 gdb: remove program_space::core_bfd member function
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:
gdb/arch-utils.c | 2 +-
gdb/corefile.c | 11 +--
gdb/corelow.c | 174 ++++++++++++++++++++++++++---------------------
gdb/fbsd-tdep.c | 2 +-
gdb/gdbcore.h | 5 ++
gdb/inferior.c | 4 +-
gdb/linux-tdep.c | 14 ++--
gdb/linux-thread-db.c | 3 +-
gdb/maint.c | 7 +-
gdb/progspace.h | 6 --
gdb/python/py-corefile.c | 18 ++---
gdb/record-full.c | 5 +-
gdb/sol-thread.c | 3 +-
gdb/solib-dsbt.c | 3 +-
gdb/solib-frv.c | 3 +-
gdb/symfile-mem.c | 4 +-
16 files changed, 141 insertions(+), 123 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.