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 69c8d851b71 Daily bump.
new 87990a0603b libstdc++: Ensure pool resources meet alignment requirement [...]
new bdff461dd4c libstdc++: Fix std::forward_list::assign assignable check [ [...]
new 4bdae1b5f35 libstdc++: Fix test FAILs due to -Wreturn-local-addr
new a9d6de2007d libstdc++: Fix test FAIL due to -Wpointer-arith
new 0c57a97066c libstdc++: Fix -Wdeprecated-declarations warning in <any>
The 5 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/atomic_base.h | 33 ++++++------
libstdc++-v3/include/bits/forward_list.h | 2 +-
libstdc++-v3/include/std/any | 5 ++
libstdc++-v3/include/std/atomic | 32 ++++++------
libstdc++-v3/src/c++17/memory_resource.cc | 56 ++++++++++++++++-----
.../testsuite/20_util/bind/dangling_ref.cc | 1 +
.../20_util/synchronized_pool_resource/118681.cc | 6 +++
.../20_util/unsynchronized_pool_resource/118681.cc | 58 ++++++++++++++++++++++
.../23_containers/forward_list/modifiers/122661.cc | 20 ++++++++
.../atomic/operators/pointer_partial_void.cc | 1 +
.../30_threads/packaged_task/cons/dangling_ref.cc | 1 +
11 files changed, 167 insertions(+), 48 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/118681.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/118681.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/modifiers/122661.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 2af9a55d606 Daily bump.
new ec30d56ed6a libstdc++: Fix std::forward_list::assign assignable check [ [...]
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/forward_list.h | 2 +-
.../23_containers/forward_list/modifiers/122661.cc | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/modifiers/122661.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 7a5a92a643b libstdc++: Add comment to __cpp_lib_bitset preprocessor condition
new 14e5e4ee1ff fortran: correctly handle optional allocatable dummy arguments
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/fortran/trans-expr.cc | 11 ++++--
gcc/testsuite/gfortran.dg/value_optional_3.f90 | 51 ++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/value_optional_3.f90
--
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 91fb9914d8 htl: Remove errno and herrno from libpthread
new 5bdf3c9092 x86: Increase allowable TSX abort rate to 6%.
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:
sysdeps/x86/tst-string-rtm.h | 20 +++++++++++++++++---
1 file changed, 17 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 gcc.
from c9fb483dbc8 Remove --param=switch-lower-slow-alg-max-cases
new e7ba197b19b libstdc++: std::bitset<0>("zero") should throw std::invalid [...]
new 7a5a92a643b libstdc++: Add comment to __cpp_lib_bitset preprocessor condition
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/std/bitset | 11 +-
libstdc++-v3/testsuite/20_util/bitset/121054.cc | 233 +++++++++++++++++++++
.../20_util/bitset/cons/constexpr_c++23.cc | 2 -
3 files changed, 242 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/bitset/121054.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-15
in repository gcc.
from 2e9bed79a26 libstdc++: Fix std::forward_list::assign assignable check [ [...]
new 3bc54cfb35b i386: Remove 'i' from output operand constraint
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/i386/i386.md | 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 gcc.
from 75d7819b8f8 i386: Remove 'i' from output operand constraint
new c9fb483dbc8 Remove --param=switch-lower-slow-alg-max-cases
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/doc/invoke.texi | 3 ---
gcc/params.opt | 4 ----
2 files changed, 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 release/2.39/master
in repository glibc.
from 38942a336b linux: Also check pkey_get for ENOSYS on tst-pkey (BZ 31996)
new 1b3bd9a9a6 aarch64: Disable ZA state of SME in setjmp and sigsetjmp
new 58cf4aa421 aarch64: update tests for SME
new dbe1904b7c aarch64: define macro for calling __libc_arm_za_disable
new d1d0d09e9e aarch64: clear ZA state of SME before clone and clone3 syscalls
new d60f15dc89 aarch64: tests for SME
new c1dc4412f8 aarch64: fix cfi directives around __libc_arm_za_disable
new 0d05a895f1 aarch64: fix includes in SME tests
The 7 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:
sysdeps/aarch64/Makefile | 14 ++-
sysdeps/aarch64/__longjmp.S | 19 +---
sysdeps/aarch64/setjmp.S | 6 ++
sysdeps/aarch64/tst-sme-clone.c | 54 ++++++++++
sysdeps/aarch64/tst-sme-clone3.c | 84 +++++++++++++++
.../aarch64/tst-sme-fork.c | 40 ++++---
sysdeps/aarch64/tst-sme-helper.h | 94 +++++++++++++++++
sysdeps/aarch64/tst-sme-jmp.c | 86 ++-------------
sysdeps/aarch64/tst-sme-signal.c | 115 +++++++++++++++++++++
sysdeps/aarch64/tst-sme-skeleton.c | 101 ++++++++++++++++++
.../aarch64/tst-sme-vfork.c | 40 ++++---
sysdeps/aarch64/tst-sme-za-state.c | 52 ++++++++++
sysdeps/unix/sysv/linux/aarch64/clone.S | 3 +
sysdeps/unix/sysv/linux/aarch64/clone3.S | 3 +
sysdeps/unix/sysv/linux/aarch64/setcontext.S | 21 +---
sysdeps/unix/sysv/linux/aarch64/sysdep.h | 39 +++++++
sysdeps/unix/sysv/linux/aarch64/vfork.S | 3 +
17 files changed, 615 insertions(+), 159 deletions(-)
create mode 100644 sysdeps/aarch64/tst-sme-clone.c
create mode 100644 sysdeps/aarch64/tst-sme-clone3.c
copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-fork.c (53%)
create mode 100644 sysdeps/aarch64/tst-sme-helper.h
create mode 100644 sysdeps/aarch64/tst-sme-signal.c
create mode 100644 sysdeps/aarch64/tst-sme-skeleton.c
copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-vfork.c (53%)
create mode 100644 sysdeps/aarch64/tst-sme-za-state.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 master
in repository gcc.
from a645e903e8c tree-optimization/122573 - enhance SLP of invariant loads
new 71004c24143 libstdc++: Use _Bind_front_t/_Bind_back_t in bind_front<f>/ [...]
new c7252042103 ipa/122663 - fix ICE with stmt removal during IPA modification
new 75d7819b8f8 i386: Remove 'i' from output operand constraint
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:
gcc/config/i386/i386.md | 2 +-
gcc/ipa-param-manipulation.cc | 13 +++++-
gcc/testsuite/g++.dg/torture/pr122663.C | 26 +++++++++++
libstdc++-v3/include/std/functional | 50 +++-------------------
.../20_util/function_objects/bind_back/nttp.cc | 21 ++++++++-
.../20_util/function_objects/bind_front/nttp.cc | 21 ++++++++-
6 files changed, 83 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr122663.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 master
in repository gcc.
from 4fa9ce0b7d1 Fortran: procedure targets in derived-type constructors [PR117070]
new a645e903e8c tree-optimization/122573 - enhance SLP of invariant loads
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/testsuite/gcc.dg/vect/slp-58.c | 28 ++++++++++
gcc/tree-vect-slp.cc | 22 ++++++--
gcc/tree-vect-stmts.cc | 104 +++++++++++++++++++++++++++----------
3 files changed, 124 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/slp-58.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.