This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8371e7f240c gimple-fold: Fix a pasto in fold_truth_andor_for_ifcombine [...]
new e8302282cdb libstdc++: Fix outdated comment in <stacktrace>
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/stacktrace | 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 e333ad4ed82 nvptx: '#define MAX_FIXED_MODE_SIZE 128'
new 518def14ef1 input: Fix up ICEs with --param=file-cache-files=N for N > [...]
new 8371e7f240c gimple-fold: Fix a pasto in fold_truth_andor_for_ifcombine [...]
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/gimple-fold.cc | 2 +-
gcc/input.cc | 71 +++++++++++++++-----------
gcc/input.h | 4 +-
gcc/testsuite/gcc.c-torture/execute/pr119030.c | 26 ++++++++++
gcc/testsuite/gcc.dg/pr118860.c | 5 ++
gcc/toplev.cc | 3 +-
6 files changed, 76 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119030.c
create mode 100644 gcc/testsuite/gcc.dg/pr118860.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 release/2.40/master
in repository glibc.
from 06fd8ad78f AArch64: Improve codegen for SVE powf
new fd9a3a36fd Revert "AArch64: Add vector logp1 alias for log1p"
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:
bits/libm-simd-decl-stubs.h | 11 -----------
math/bits/mathcalls.h | 2 +-
sysdeps/aarch64/fpu/Versions | 7 -------
sysdeps/aarch64/fpu/advsimd_f32_protos.h | 1 -
sysdeps/aarch64/fpu/bits/math-vector.h | 8 --------
sysdeps/aarch64/fpu/log1p_advsimd.c | 2 --
sysdeps/aarch64/fpu/log1p_sve.c | 2 --
sysdeps/aarch64/fpu/log1pf_advsimd.c | 3 ---
sysdeps/aarch64/fpu/log1pf_sve.c | 2 --
sysdeps/unix/sysv/linux/aarch64/libmvec.abilist | 5 -----
10 files changed, 1 insertion(+), 42 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 9792126ac76 c++: ICE with GOTO_EXPR [PR118928]
new cfc9f42122f GCC: Documentation of -x option
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 | 6 +++++-
1 file changed, 5 insertions(+), 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 release/2.39/master
in repository glibc.
from f6d48470ae assert: Add test for CVE-2025-0395
new d591876303 aarch64: Fix AdvSIMD libmvec routines for big-endian
new 80df456112 aarch64: Avoid redundant MOVs in AdvSIMD F32 logs
new 5e354bf4e2 AArch64: Simplify rounding-multiply pattern in several AdvSI [...]
new 72156cb90b AArch64: Improve codegen in AdvSIMD logs
new dcd1229e5b AArch64: Improve codegen of AdvSIMD logf function family
new a10183b633 AArch64: Improve codegen of AdvSIMD atan(2)(f)
new 78abd3ef6e AArch64: Improve codegen in SVE tans
new 4073e4ee2c AArch64: Improve codegen for SVE logs
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:
sysdeps/aarch64/fpu/atan2_advsimd.c | 110 +++++++++++++++++++++++++----------
sysdeps/aarch64/fpu/atan2f_advsimd.c | 58 ++++++++++--------
sysdeps/aarch64/fpu/atan_advsimd.c | 60 ++++++++++++++-----
sysdeps/aarch64/fpu/cos_advsimd.c | 11 ++--
sysdeps/aarch64/fpu/cosf_advsimd.c | 9 +--
sysdeps/aarch64/fpu/exp10f_advsimd.c | 10 ++--
sysdeps/aarch64/fpu/expf_advsimd.c | 10 ++--
sysdeps/aarch64/fpu/expm1_advsimd.c | 9 ++-
sysdeps/aarch64/fpu/expm1f_advsimd.c | 11 ++--
sysdeps/aarch64/fpu/log10_advsimd.c | 85 +++++++++++++++------------
sysdeps/aarch64/fpu/log10_sve.c | 47 +++++++++++----
sysdeps/aarch64/fpu/log10f_advsimd.c | 65 ++++++++++++++-------
sysdeps/aarch64/fpu/log2_advsimd.c | 79 +++++++++++++++----------
sysdeps/aarch64/fpu/log2_sve.c | 43 ++++++++++----
sysdeps/aarch64/fpu/log2f_advsimd.c | 67 ++++++++++++++-------
sysdeps/aarch64/fpu/log_advsimd.c | 103 ++++++++++++++++----------------
sysdeps/aarch64/fpu/log_sve.c | 69 ++++++++++++++--------
sysdeps/aarch64/fpu/logf_advsimd.c | 71 +++++++++++-----------
sysdeps/aarch64/fpu/sin_advsimd.c | 16 ++---
sysdeps/aarch64/fpu/sinf_advsimd.c | 22 +++----
sysdeps/aarch64/fpu/tan_advsimd.c | 8 ++-
sysdeps/aarch64/fpu/tan_sve.c | 91 +++++++++++++++++++----------
sysdeps/aarch64/fpu/tanf_advsimd.c | 11 ++--
sysdeps/aarch64/fpu/tanf_sve.c | 18 +++---
sysdeps/aarch64/libm-test-ulps | 2 +-
25 files changed, 679 insertions(+), 406 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 e59dd301aea [PR116336][LRA]: Add a test
new 3071eb2848a [PR118940][LRA]: Add a test
new 9792126ac76 c++: ICE with GOTO_EXPR [PR118928]
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/cp/constexpr.cc | 1 -
gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue5.C | 24 +++++
gcc/testsuite/gcc.target/i386/pr118940.c | 127 ++++++++++++++++++++++++
3 files changed, 151 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue5.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr118940.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 newlib.
from d4a5c2be8 Cygwin: fhandler_netdrive: fix character conversion required [...]
new 82b541a47 Cygwin: fix gcc-15 const warnings
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:
winsup/cygwin/local_includes/fhandler.h | 6 +++---
1 file changed, 3 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 main
in repository newlib.
from d4a5c2be8 Cygwin: fhandler_netdrive: fix character conversion required [...]
new 82b541a47 Cygwin: fix gcc-15 const warnings
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:
winsup/cygwin/local_includes/fhandler.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.