This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from c48d58d83 Cygwin: signal: Increase chance of handling signal in main thread
new d636b11d2 Change various declarations to ANSI style to avoid problems w [...]
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:
newlib/libc/posix/collate.c | 22 ++--
newlib/libc/posix/collcmp.c | 6 +-
newlib/libc/posix/engine.c | 82 ++++++------
newlib/libc/posix/fnmatch.c | 11 +-
newlib/libc/posix/regcomp.c | 265 +++++++++++++++++++++------------------
newlib/libc/posix/regerror.c | 7 +-
newlib/libc/search/hash.c | 134 +++++++++++---------
newlib/libc/search/hash_bigkey.c | 102 ++++++++-------
newlib/libc/search/hash_buf.c | 42 ++++---
newlib/libc/search/hash_func.c | 7 +-
newlib/libc/search/hash_log2.c | 5 +-
newlib/libc/search/hash_page.c | 127 +++++++++++--------
newlib/libc/search/tdestroy.c | 7 +-
newlib/libc/search/twalk.c | 9 +-
14 files changed, 468 insertions(+), 358 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 5aa4ab4d62f AVR: Skip some test cases that don't work for it.
new ca24f585fc3 libstdc++: Refactor std::list::size() for cxx11 ABI
new 5f02a4f5c66 libstdc++: Stop using _Self typedefs in std::list iterators
new f29d1b58367 libstdc++: Add fancy pointer support to std::list [PR57272]
new 84b40a1c1b2 libstdc++: Add fancy pointer support to std::forward_list [ [...]
new aa7acf6fc92 libstdc++: Simplify allocator propagation helpers using 'if [...]
new cd107a6343c libstdc++: Fix parallel std::exclusive_scan [PR108236]
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:
libstdc++-v3/include/bits/alloc_traits.h | 56 +-
libstdc++-v3/include/bits/allocated_ptr.h | 44 +-
libstdc++-v3/include/bits/forward_list.h | 508 +++++++++++--
libstdc++-v3/include/bits/forward_list.tcc | 124 ++--
libstdc++-v3/include/bits/list.tcc | 52 +-
libstdc++-v3/include/bits/stl_list.h | 785 +++++++++++++++++----
libstdc++-v3/include/pstl/glue_numeric_impl.h | 2 +-
libstdc++-v3/include/pstl/numeric_impl.h | 9 +-
libstdc++-v3/include/std/numeric | 4 +-
.../23_containers/forward_list/capacity/1.cc | 11 +-
.../forward_list/capacity/node_sizes.cc | 24 +
.../forward_list/requirements/completeness.cc | 19 +
.../explicit_instantiation/alloc_ptr.cc | 88 +++
.../explicit_instantiation/alloc_ptr_ignored.cc | 4 +
.../testsuite/23_containers/list/capacity/29134.cc | 5 +
.../23_containers/list/capacity/node_sizes.cc | 24 +
.../list/requirements/completeness.cc | 19 +
.../explicit_instantiation/alloc_ptr.cc | 87 +++
.../explicit_instantiation/alloc_ptr_ignored.cc | 4 +
.../testsuite/26_numerics/exclusive_scan/2.cc | 46 ++
.../26_numerics/pstl/numeric_ops/108236.cc | 50 ++
21 files changed, 1585 insertions(+), 380 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/capacity/node [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/requirements/ [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/requirements/ [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/requirements/ [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/list/capacity/node_sizes.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/list/requirements/completeness.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/list/requirements/explicit [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/list/requirements/explicit [...]
create mode 100644 libstdc++-v3/testsuite/26_numerics/exclusive_scan/2.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/108236.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 b6a43fe2c54 AVR: Improve location of late diagnostics.
new 5aa4ab4d62f AVR: Skip some test cases that don't work for it.
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:
.../execute/ieee/{unsafe-fp-assoc-1.x => cdivchkd.x} | 10 +++++-----
.../execute/ieee/{unsafe-fp-assoc-1.x => cdivchkf.x} | 10 +++++-----
gcc/testsuite/gcc.dg/flex-array-counted-by.c | 1 +
gcc/testsuite/gcc.dg/fold-copysign-1.c | 1 +
4 files changed, 12 insertions(+), 10 deletions(-)
copy gcc/testsuite/gcc.c-torture/execute/ieee/{unsafe-fp-assoc-1.x => cdivchkd.x} (53%)
copy gcc/testsuite/gcc.c-torture/execute/ieee/{unsafe-fp-assoc-1.x => cdivchkf.x} (53%)
--
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 96f5fd30890 Move some CRC tests into the gcc.dg/torture directory
new b6a43fe2c54 AVR: Improve location of late diagnostics.
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/avr/avr.cc | 40 +++++++++++++++++++++++----------
gcc/testsuite/gcc.dg/Warray-bounds-33.c | 3 +--
gcc/testsuite/gcc.dg/pr56228.c | 3 +--
gcc/testsuite/gcc.dg/pr86124.c | 3 +--
gcc/testsuite/gcc.dg/pr94291.c | 4 ++--
gcc/testsuite/gcc.dg/tree-ssa/pr82059.c | 3 +--
6 files changed, 34 insertions(+), 22 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 f43eb2cf30 Use Linux 6.12 in build-many-glibcs.py
new 1c4cebb84b malloc: Optimize small memory clearing for calloc
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:
malloc/malloc-internal.h | 1 +
malloc/malloc.c | 36 +------------------------
sysdeps/generic/calloc-clear-memory.h | 49 +++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 35 deletions(-)
create mode 100644 sysdeps/generic/calloc-clear-memory.h
--
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 e6e4cb34e30 maintainer-scripts: build the libgdiagnostics docs for the [...]
new 3b0fca5835b c++/contracts: ICE with contract assert on non-empty statem [...]
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 | 6 ++++--
gcc/testsuite/g++.dg/contracts/pr117579.C | 9 +++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/contracts/pr117579.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.