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 39b6fee4842 libsframe: testsuite: remove usage of ##__VA_ARGS__
new b15df2e0273 gdb: fix some whitespace issues
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/python/py-unwind.c | 2 +-
gdb/python/python-internal.h | 8 ++++----
gdb/s390-tdep.c | 2 +-
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 e97550a7d0e arm: handle long-range CBZ/CBNZ patterns [PR122867]
new 856fae983bc c++: fix crash with pack indexing in noexcept [PR121325]
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/pt.cc | 21 +++++++++++++++++-
gcc/testsuite/g++.dg/cpp26/pack-indexing18.C | 32 ++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing18.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 glibc.
from bc4bc1650b aarch64: make GCS configure checks aarch64-only
new a61f7fd59d math: Sync atanh from CORE-MATH
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:
SHARED-FILES | 2 +-
math/auto-libm-test-in | 4 +
math/auto-libm-test-out-atanh | 276 +++++++++++++++++++++++++++++++++++++++
sysdeps/ieee754/dbl-64/e_atanh.c | 6 +-
4 files changed, 284 insertions(+), 4 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 b7942104794 tree-optimization/110571 - fix vect_need_peeling_or_partial [...]
new e97550a7d0e arm: handle long-range CBZ/CBNZ patterns [PR122867]
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/arm/arm.cc | 11 ++-
gcc/config/arm/thumb2.md | 38 +++++++----
gcc/testsuite/gcc.target/arm/cbz-range.c | 114 +++++++++++++++++++++++++++++++
3 files changed, 146 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/cbz-range.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 glibc.
from bf211c3499 math: New generic fma implementation
new bc4bc1650b aarch64: make GCS configure checks aarch64-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:
aclocal.m4 | 28 ++++++
configure | 98 ---------------------
configure.ac | 17 ----
sysdeps/aarch64/configure | 144 +++++++++++++++++++++++++++++++
sysdeps/aarch64/configure.ac | 36 ++++++++
sysdeps/unix/sysv/linux/aarch64/Makefile | 4 +-
6 files changed, 210 insertions(+), 117 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 00443885755 Change the default C++ dialect to gnu++20
new 327310ba37c middle-end: Correctly detect unsigned vec_cbranch [PR122861]
new b7942104794 tree-optimization/110571 - fix vect_need_peeling_or_partial [...]
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/optabs.cc | 8 ++-
...k-cbranch_2.c => vect-early-break-cbranch_10.c} | 18 +++---
...k-cbranch_3.c => vect-early-break-cbranch_11.c} | 18 +++---
...k-cbranch_4.c => vect-early-break-cbranch_12.c} | 0
...k-cbranch_5.c => vect-early-break-cbranch_13.c} | 0
...k-cbranch_7.c => vect-early-break-cbranch_14.c} | 68 +++++++++++-----------
...k-cbranch_8.c => vect-early-break-cbranch_15.c} | 0
...reak-cbranch.c => vect-early-break-cbranch_9.c} | 28 ++++-----
...reak-cbranch.c => vect-early-break-cbranch_4.c} | 24 ++++----
...ak-cbranch_2.c => vect-early-break-cbranch_5.c} | 28 ++++-----
gcc/tree-vect-loop-manip.cc | 6 --
gcc/tree-vect-loop.cc | 12 ++--
gcc/tree-vectorizer.h | 2 -
13 files changed, 105 insertions(+), 107 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch_2.c => vect-ea [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch_3.c => vect-ea [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch_4.c => vect-ea [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch_5.c => vect-ea [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch_7.c => vect-ea [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch_8.c => vect-ea [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{vect-early-break-cbranch.c => vect-earl [...]
copy gcc/testsuite/gcc.target/aarch64/{vect-early-break-cbranch.c => vect-early-br [...]
copy gcc/testsuite/gcc.target/aarch64/{vect-early-break-cbranch_2.c => vect-early- [...]
--
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 4e7213aa081 libstdc++: Fix typo in operator used in __pack_ints [PR122864]
new 00443885755 Change the default C++ dialect to gnu++20
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/c-family/c-opts.cc | 4 +-
gcc/c-family/c.opt | 12 +++---
gcc/doc/invoke.texi | 14 ++++---
gcc/doc/standards.texi | 2 +-
gcc/testsuite/g++.dg/debug/pr80461.C | 2 +-
gcc/testsuite/g++.dg/debug/pr94459.C | 2 +-
.../g++.dg/diagnostic/virtual-constexpr.C | 3 +-
gcc/testsuite/g++.dg/guality/pr67192.C | 2 +-
gcc/testsuite/g++.dg/torture/pr51482.C | 2 +-
gcc/testsuite/g++.dg/torture/pr84961-1.C | 1 +
gcc/testsuite/g++.dg/torture/pr84961-2.C | 1 +
gcc/testsuite/g++.dg/torture/stackalign/unwind-4.C | 2 +-
gcc/testsuite/g++.dg/tree-prof/partition1.C | 3 +-
gcc/testsuite/lib/g++-dg.exp | 2 +-
gcc/testsuite/lib/target-supports.exp | 2 +-
gcc/testsuite/obj-c++.dg/exceptions-3.mm | 2 +-
gcc/testsuite/obj-c++.dg/exceptions-5.mm | 2 +-
libgomp/testsuite/libgomp.c++/atomic-12.C | 8 ++--
libgomp/testsuite/libgomp.c++/atomic-13.C | 8 ++--
libgomp/testsuite/libgomp.c++/atomic-8.C | 34 +++++++--------
libgomp/testsuite/libgomp.c++/atomic-9.C | 34 +++++++--------
libgomp/testsuite/libgomp.c++/loop-6.C | 3 +-
libgomp/testsuite/libgomp.c++/pr38650.C | 1 +
libgomp/testsuite/libgomp.c++/target-lambda-1.C | 2 +-
.../libgomp.c-c++-common/depend-iterator-2.c | 48 +++++++++++-----------
libgomp/testsuite/libgomp.c-c++-common/target-40.c | 2 +-
26 files changed, 102 insertions(+), 96 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 6828f063b59 Fix loop masked inbranch SIMD clone codegen for AVX512
new 4e7213aa081 libstdc++: Fix typo in operator used in __pack_ints [PR122864]
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/chrono | 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 cygwin-3_6-branch
in repository newlib.
from 9fdf63130 newlib: Unlock the mutex while calling atexit()'ed functions
new 817942549 Cygwin: flock: allocate i_all_lf as static array
new 7ca9c6b1f Cygwin: flock.cc: rename i_all to __i_all, improve inode_t comments
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:
winsup/cygwin/flock.cc | 47 ++++++++++++++++++++++++++---------------------
1 file changed, 26 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.