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 7a46819b2 Add entry 2c04f175de4f3985d783511662375d52f2cf4ad8 from https [...]
new 08cc19233 Add entry 2801a49d1144bce5568b527d1972952ad3420f66 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-thumb_m7_eabi}/build_url | 2 +-
.../{master-thumb_m3_eabi => master-thumb_m7_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/2801a49d1144bce5568b527d1972952ad3420f66/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.
unknown user pushed a change to branch master
in repository gcc.
from 4700ad1c78c c++: diagnose this specifier in requires expr [PR116798]
new 0121b852c85 libobjc: Fix typos
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:
libobjc/Makefile.in | 2 +-
libobjc/encoding.c | 4 ++--
libobjc/exception.c | 4 ++--
libobjc/hash.c | 2 +-
libobjc/init.c | 2 +-
libobjc/objc-private/objc-list.h | 2 +-
libobjc/sendmsg.c | 2 +-
libobjc/thr.c | 2 +-
8 files changed, 10 insertions(+), 10 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 336bb2a1c1d Automatically add types to Python modules
new 2edcfde44c5 [gdb/testsuite] Avoid large timeout in gdb.base/checkpoint.exp
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/testsuite/gdb.base/checkpoint.exp | 50 ++++++++++++++++++++++-------------
1 file changed, 32 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 43a1fffa620 gdb: update comment in code_breakpoint::re_set_default
new b9155b800c6 [gdb/testsuite] Fix timeout in gdb.fortran/info-types.exp
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/testsuite/gdb.fortran/info-types.exp | 6 ++----
gdb/testsuite/gdb.mi/mi-complete.exp | 3 ++-
gdb/testsuite/gdb.mi/mi-sym-info.exp | 3 ++-
3 files changed, 6 insertions(+), 6 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 c1fb78fb03c aarch64: Add codegen support for AdvSIMD faminmax
new 4700ad1c78c c++: diagnose this specifier in requires expr [PR116798]
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/parser.cc | 11 ++++++++---
gcc/testsuite/g++.dg/cpp23/explicit-obj-diagnostics12.C | 10 ++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/explicit-obj-diagnostics12.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 releases/gcc-14
in repository gcc.
from 7eba5b286e9 libgcc, Darwin: From macOS 11, make that the earliest supported.
new 1be3e4e4383 libstdc++: Fix std::allocator_traits::construct constraints [...]
new 74f67ba3dcf libstdc++: Document missing features for old std:string ABI [...]
new f4fc6d2aa80 libstdc++: Fix condition for ranges::copy to use memmove [P [...]
new 4d88724c2d8 libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) co [...]
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:
libstdc++-v3/doc/html/manual/using_dual_abi.html | 18 ++-
libstdc++-v3/doc/xml/manual/using.xml | 26 +++-
libstdc++-v3/include/bits/alloc_traits.h | 131 +++++++++++++--------
libstdc++-v3/include/bits/new_allocator.h | 2 +-
libstdc++-v3/include/bits/ranges_algobase.h | 2 +-
libstdc++-v3/include/bits/unique_ptr.h | 5 +-
libstdc++-v3/include/ext/malloc_allocator.h | 2 +-
libstdc++-v3/include/std/type_traits | 15 +++
libstdc++-v3/testsuite/20_util/allocator/89510.cc | 14 +--
.../20_util/allocator_traits/members/108619.cc | 35 ++++++
.../20_util/unique_ptr/creation/116529.cc | 35 ++++++
.../testsuite/ext/malloc_allocator/89510.cc | 14 +--
libstdc++-v3/testsuite/ext/new_allocator/89510.cc | 14 +--
13 files changed, 235 insertions(+), 78 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/allocator_traits/members/108619.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/creation/116529.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8cade1c57 Add entry a77ccc81295f41b72f96db000d1aa44e4dc91254 from https [...]
new 8f5228a9f Add entry 2c04f175de4f3985d783511662375d52f2cf4ad8 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_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/master-aarch64/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{19f630e6ae8da7159a8c82f337b699245f66e6a6 => 2c04f175de4f3985d783511 [...]
copy gcc/sha1/{2d105efd6f60dce4d57380cf9820a4dd52cc8abb => 2c04f175de4f3985d783511 [...]
create mode 100644 gcc/sha1/2c04f175de4f3985d783511662375d52f2cf4ad8/tcwg_gcc_chec [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.