This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e9ab669b58 libstdc++: Add negative this_thread::sleep tests [PR116586]
new 97da8fece19 c++: mem-initializer-id qualified name lookup is type-only [...]
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 | 2 +-
gcc/testsuite/g++.dg/template/dependent-base6.C | 4 +++-
2 files changed, 4 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 linux.
from 3a8660878839 Linux 6.18-rc1
new 0892507f4a0b mfd: ls2kbmc: Fix an IS_ERR() vs NULL check in probe()
new 4af66c2bcab0 mfd: ls2kbmc: check for devm_mfd_add_devices() failure
new e2c69490dda5 ipmi: Fix handling of messages with provided receive messa [...]
new 5bd0116d92a7 Merge tag 'for-linus-6.18-2' of https://github.com/cminyar [...]
new 4b47a8601b71 NFSD: Define a proc_layoutcommit for the FlexFiles layout type
new 9b332cece987 Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/li [...]
The 6 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:
drivers/char/ipmi/ipmi_msghandler.c | 5 ++++-
drivers/mfd/ls2k-bmc-core.c | 12 ++++++++----
fs/nfsd/flexfilelayout.c | 8 ++++++++
3 files changed, 20 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 ec331001eaa libstdc++: Remove unused local type alias <format>.
new 5dba17a3e70 libstdc++: Avoid overflow in timeout conversions [PR113327]
new e0525a6d2bb libstdc++: Add std::binary_semaphore tests for negative tim [...]
new fb558b78108 libstdc++: Add std::shared_timed_mutex tests for negative t [...]
new 87c994095b1 libstdc++: Add std::condition_variable tests for negative t [...]
new bb96099a8dc libstdc++: Add std::future tests for negative timeouts [PR116586]
new 9a3ff39d6b4 libstdc++: Add std::recursive_timed_mutex tests for negativ [...]
new 06782e7aac4 libstdc++: Add std::timed_mutex tests for negative timeouts [...]
new 6e9ab669b58 libstdc++: Add negative this_thread::sleep tests [PR116586]
The 8 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.h | 72 ++++++++++++++++
libstdc++-v3/include/bits/std_mutex.h | 26 +++++-
libstdc++-v3/include/bits/this_thread_sleep.h | 20 ++---
libstdc++-v3/include/std/condition_variable | 20 +----
libstdc++-v3/include/std/mutex | 18 +---
libstdc++-v3/include/std/shared_mutex | 39 +--------
libstdc++-v3/src/c++11/thread.cc | 48 +++++++++--
libstdc++-v3/src/c++20/atomic.cc | 18 +---
.../condition_variable/members/116586.cc | 60 +++++++++++++
.../testsuite/30_threads/future/members/116586.cc | 55 ++++++++++++
.../recursive_timed_mutex/try_lock_until/116586.cc | 72 ++++++++++++++++
.../30_threads/semaphore/try_acquire_for.cc | 22 +++++
.../30_threads/semaphore/try_acquire_until.cc | 24 ++++++
.../shared_timed_mutex/try_lock_until/116586.cc | 97 ++++++++++++++++++++++
.../testsuite/30_threads/this_thread/113327.cc | 29 +++++++
.../testsuite/30_threads/this_thread/sleep_for.cc | 13 +++
.../30_threads/this_thread/sleep_until.cc | 26 +++++-
.../timed_mutex/try_lock_until/116586.cc | 57 +++++++++++++
18 files changed, 608 insertions(+), 108 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/condition_variable/members/116586.cc
create mode 100644 libstdc++-v3/testsuite/30_threads/future/members/116586.cc
create mode 100644 libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_loc [...]
create mode 100644 libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock_u [...]
create mode 100644 libstdc++-v3/testsuite/30_threads/this_thread/113327.cc
create mode 100644 libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/116586.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 binutils-gdb.
from 94a0adaca0c Fix gdb.ada/extended-access.exp on riscv64-linux
new f283e80fed6 Fix use of "main" marker in gdb 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:
gdb/dwarf2/cooked-index-shard.c | 3 ++-
gdb/dwarf2/cooked-index.c | 19 +++++--------------
2 files changed, 7 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 binutils-gdb.
from 93f536d813c gdb/corelow: Fix use-after-free in gdb_read_core_file_mappings
new 9b38e80ce88 [gdb/testsuite] Fix xfail in gdb.ada/variant_record_field.exp
new 94a0adaca0c Fix gdb.ada/extended-access.exp on riscv64-linux
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/testsuite/gdb.ada/extended-access.exp | 10 +++++++++-
gdb/testsuite/gdb.ada/variant_record_field.exp | 2 +-
2 files changed, 10 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 9b444204886 libstdc++: Test specific feature test macros instead of __c [...]
new ec331001eaa libstdc++: Remove unused local type alias <format>.
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/format | 1 -
1 file changed, 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 59cabe08b57 libstdc++: Implement _Escaping_sink to avoid construction o [...]
new 1b18a9e5396 libstdc++: Ensure filesystem::path internals are sufficient [...]
new 9b444204886 libstdc++: Test specific feature test macros instead of __c [...]
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/hashtable.h | 18 ++++----
libstdc++-v3/include/bits/stl_map.h | 20 ++++-----
libstdc++-v3/include/bits/stl_multimap.h | 20 ++++-----
libstdc++-v3/include/bits/stl_multiset.h | 12 ++---
libstdc++-v3/include/bits/stl_set.h | 12 ++---
libstdc++-v3/include/bits/stl_tree.h | 4 +-
libstdc++-v3/include/bits/unordered_map.h | 20 ++++-----
libstdc++-v3/include/bits/unordered_set.h | 20 ++++-----
libstdc++-v3/include/debug/map.h | 18 ++++----
libstdc++-v3/include/debug/multimap.h | 18 ++++----
libstdc++-v3/include/debug/multiset.h | 10 ++---
libstdc++-v3/include/debug/set.h | 10 ++---
libstdc++-v3/include/debug/unordered_map | 24 +++++-----
libstdc++-v3/include/debug/unordered_set | 24 +++++-----
libstdc++-v3/src/c++17/fs_path.cc | 74 +++++++++++++++++++++----------
15 files changed, 165 insertions(+), 139 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 96d73418e90 [gdb/build] Fix buildbreaker on x86_64-freebsd in gdb/fbsd-nat.c
new 93f536d813c gdb/corelow: Fix use-after-free in gdb_read_core_file_mappings
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/corelow.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 9f13fd1b076 Remove REDUC_GROUP_* from public interface
new 59cabe08b57 libstdc++: Implement _Escaping_sink to avoid construction o [...]
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/format | 197 +++++++++++++++------
libstdc++-v3/testsuite/std/format/ranges/string.cc | 89 ++++++++++
2 files changed, 231 insertions(+), 55 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 59889eaa2b4 libstdc++: Make atomic<shared_ptr<T>>::wait sensitive to st [...]
new 9f13fd1b076 Remove REDUC_GROUP_* from public interface
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/tree-vect-slp.cc | 3 +++
gcc/tree-vectorizer.h | 9 +--------
2 files changed, 4 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.