This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a5aa73e547d Remove STMT_VINFO_MEMORY_ACCESS_TYPE
new d52e9ef98bb aarch64: Prevent streaming-compatible code from assembler r [...]
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/aarch64/aarch64-sme.md | 12 +++++-
.../gcc.target/aarch64/sme/call_sm_switch_1.c | 4 +-
.../gcc.target/aarch64/sme/call_sm_switch_11.c | 5 ++-
gcc/testsuite/gcc.target/aarch64/sme/pr121028.c | 46 ++++++++++++++++++++++
4 files changed, 61 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/pr121028.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 releases/gcc-15
in repository gcc.
from 1b42af2d10b Fix ICE in speculative devirtualization
new 46860078a0d change get_best_mode args int -> HOST_WIDE_INT [PR121264]
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/machmode.h | 3 ++-
gcc/stor-layout.cc | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr121264.c | 12 ++++++++++++
3 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr121264.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 9793ffce933 aarch64: testsuite: Fix do-assemble tests for SME
new e624d5559d2 change get_best_mode args int -> HOST_WIDE_INT [PR121264]
new 60b1938de00 Do not bother with fake verifying of shared DRs
new a5aa73e547d Remove STMT_VINFO_MEMORY_ACCESS_TYPE
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/aarch64/aarch64.cc | 15 ++++++++-------
gcc/config/riscv/riscv-vector-costs.cc | 16 ++++++++--------
gcc/machmode.h | 3 ++-
gcc/stor-layout.cc | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr121264.c | 12 ++++++++++++
gcc/tree-vect-loop.cc | 12 ++++--------
gcc/tree-vect-stmts.cc | 3 +--
gcc/tree-vectorizer.h | 17 -----------------
8 files changed, 36 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr121264.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 releases/gcc-14
in repository gcc.
from 8b959ca27ee x86: Transform to "pushq $-1; popq reg" for -Oz
new d1c803a912f testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
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.target/powerpc/vsx-builtin-7.c | 10 +++++++++-
1 file changed, 9 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 master
in repository gcc.
from 6e6cc1deb9b Fix comment typos - hanlde -> handle
new 9793ffce933 aarch64: testsuite: Fix do-assemble tests for SME
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.target/aarch64/sme2/acle-asm/amax_f16_x2.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amax_f16_x4.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amax_f32_x2.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amax_f32_x4.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amax_f64_x2.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amax_f64_x4.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amin_f16_x2.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amin_f16_x4.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amin_f32_x2.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amin_f32_x4.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amin_f64_x2.c | 2 ++
.../gcc.target/aarch64/sme2/acle-asm/amin_f64_x4.c | 2 ++
gcc/testsuite/lib/target-supports.exp | 28 ++++++++++++++++++----
13 files changed, 48 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 releases/gcc-15
in repository gcc.
from e442d6f4964 tree-optimization/121256 - properly support SLP in vectoriz [...]
new 1b42af2d10b Fix ICE in speculative devirtualization
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/cgraph.cc | 13 +++++++++++++
gcc/testsuite/g++.dg/lto/pr114790_0.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/lto/pr114790_1.C | 15 +++++++++++++++
3 files changed, 44 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lto/pr114790_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr114790_1.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 8cae7cc099f Disallow scan-store vectorization in epilogues
new 6e6cc1deb9b Fix comment typos - hanlde -> handle
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-features.cc | 2 +-
gcc/config/i386/i386.cc | 4 ++--
gcc/gimple-ssa-store-merging.cc | 4 ++--
gcc/testsuite/gcc.target/i386/apx-1.c | 2 +-
gcc/testsuite/gcc.target/i386/uintr-2.c | 2 +-
gcc/testsuite/gcc.target/i386/uintr-5.c | 2 +-
6 files changed, 8 insertions(+), 8 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 8e885fece15 strip: Don't check target_defaulted in input BFD
new c7c272f06d2 [gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb buil [...]
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/testsuite/gdb.gdb/python-helper.exp | 20 +++++++++++++++++++-
1 file changed, 19 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 releases/gcc-15
in repository gcc.
from 1869281ba69 vect: Fix insufficient alignment requirement for speculativ [...]
new 5e9d3957c6f tree-optimization/121130 - vectorizable_call cannot handle [...]
new e442d6f4964 tree-optimization/121256 - properly support SLP in vectoriz [...]
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/testsuite/gcc.dg/vect/vect-recurr-pr121256-2.c | 49 ++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-recurr-pr121256.c | 54 +++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-simd-pr121130.c | 11 ++++
gcc/tree-vect-loop.cc | 60 +++++++++++++++++++---
gcc/tree-vect-stmts.cc | 8 ++-
5 files changed, 173 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-recurr-pr121256-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-recurr-pr121256.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-pr121130.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 da88f9bd9e3 RISC-V: Adding H to the canonical order [PR121312]
new fb59c5719c1 Avoid passing vectype != NULL when costing scalar IL
new 8cae7cc099f Disallow scan-store vectorization in epilogues
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/tree-vect-stmts.cc | 3 ++-
gcc/tree-vectorizer.h | 8 ++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.