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 301bfc45abb Fix null pointer dereference in process_debug_info()
new e73b04d2650 gdb: ensure has dwarf info before reading DWZ file
new 7bba0ad0857 gdb/compile: Use std::filesystem::remove_all in cleanup
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/compile/compile.c | 16 +++++++---------
gdb/dwarf2/dwz.c | 13 +++++++++----
gdb/dwarf2/read.c | 36 +++++++++++++++++++-----------------
3 files changed, 35 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 glibc.
from 4dcd674b66 powerpc: Add missing arch flags on rounding ifunc variants
new b7d15bd1f0 manual: logb(x) is floor(log2(fabs(x)))
new 077613291b manual: floor(log2(fabs(x))) has rounding errors
new e01b3b86e8 manual: Clarify return value of cbrt(3)
new 95c70fd0d4 manual: significand() uses FLT_RADIX, not 2
The 4 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:
manual/arith.texi | 2 +-
manual/math.texi | 15 +++++++++++----
2 files changed, 12 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 7f65d8267fb libstdc++: Reverse arguments in constraint for std::optiona [...]
new ce7cb109ff4 GCN: install.texi update for Newlib change and LLVM 18 release
new d60968de696 libphobos, Darwin: Enable libphobos for most Darwin.
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:
gcc/doc/install.texi | 8 +++++---
libphobos/configure.tgt | 9 +++++++++
2 files changed, 14 insertions(+), 3 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 a4ed0471d7 Always define __USE_TIME_BITS64 when 64 bit time_t is used
new c0d59e3e0d math: Reformat Makefile.
new 4dcd674b66 powerpc: Add missing arch flags on rounding ifunc variants
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:
math/Makefile | 844 +++++++++++++++++----
.../powerpc32/power4/fpu/multiarch/Makefile | 6 +
2 files changed, 691 insertions(+), 159 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 b2460d621ef GCN: Fix --with-arch= handling in mkoffload [PR111966]
new 7f65d8267fb libstdc++: Reverse arguments in constraint for std::optiona [...]
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/std/optional | 2 +-
.../testsuite/20_util/optional/relops/104606.cc | 18 ++++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/104606.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-13
in repository gcc.
from d178e964f14 Daily bump.
new d8d71b19f0b libstdc++: Begin lifetime of storage in std::vector<bool> [ [...]
new 87ec5b369ee libstdc++: Constrain std::vector default constructor [PR113841]
new 47ebdbe5bf7 libstdc++: Destroy allocators in re-inserted container node [...]
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:
libstdc++-v3/include/bits/allocator.h | 3 +
libstdc++-v3/include/bits/hashtable.h | 10 +-
libstdc++-v3/include/bits/node_handle.h | 19 +++-
libstdc++-v3/include/bits/stl_bvector.h | 15 ++-
libstdc++-v3/include/bits/stl_tree.h | 10 +-
libstdc++-v3/include/bits/stl_vector.h | 3 +
.../23_containers/multiset/modifiers/114401.cc | 125 ++++++++++++++++++++
.../23_containers/set/modifiers/114401.cc | 125 ++++++++++++++++++++
.../unordered_multiset/modifiers/114401.cc | 126 +++++++++++++++++++++
.../unordered_set/modifiers/114401.cc | 126 +++++++++++++++++++++
.../testsuite/23_containers/vector/cons/113841.cc | 34 ++++++
11 files changed, 577 insertions(+), 19 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/modifiers/114401.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/114401.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/modifie [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/114401.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/113841.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 8455d6f6cd4 libquadmath: Don't assume the storage for __float128 argume [...]
new b2460d621ef GCN: Fix --with-arch= handling in mkoffload [PR111966]
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/gcn/mkoffload.cc | 90 ++++++++++++++++++++++++++++++++++++---------
1 file changed, 72 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b1c4af2086d Arm64: check tied operand specifier in aarch64-gen
new 28b24770bb7 Extend objdump's --show-all-symbols option so that it also [...]
new 301bfc45abb Fix null pointer dereference in process_debug_info()
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:
binutils/dwarf.c | 17 +++++++++------
binutils/objdump.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 72 insertions(+), 8 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 5860fa1fd Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
new e6e49f84c Add entry 839bc42772ba7af66af3bd16efed4a69511312ae 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:
.../jira/description | 4 ++++
.../839bc42772ba7af66af3bd16efed4a69511312ae/jira/yaml | 4 ++++
.../839bc42772ba7af66af3bd16efed4a69511312ae/status.txt | 4 ++++
.../tcwg_gnu_embed_check_gcc/master-arm_eabi/details.txt | 16 ++++++++--------
.../master-arm_eabi}/reproduction_instructions.txt | 4 ++--
.../master-arm_eabi}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
8 files changed, 28 insertions(+), 12 deletions(-)
copy gcc/sha1/{af66ad89e8169f44db723813662917cf4cbb78fc => 839bc42772ba7af66af3bd1 [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/{tcwg_gnu_cross_check_gcc/m [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/839bc4277 [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/tcwg_gnu_embed_check_gcc/{m [...]
--
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 a911db6f9 Add entry b8e7aaaf350a4584d9b76e8dd69daa2203bac339 from https [...]
new 5860fa1fd Add entry 839bc42772ba7af66af3bd16efed4a69511312ae 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_embed_check_gcc/master-arm_eabi/build_url | 2 +-
.../master-arm_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{000f8b9a6a0ec7eaae9535e73c8f4fc3ea10a364 => 839bc42772ba7af66af3bd1 [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/{tcwg_bootstrap_check/maste [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.