This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 82cefc4898d tree-object-size.cc: Fix assert constant offset in check_fo [...]
new 2c1949bf152 fortran: allow character in conditional expression
new 2bb6a8c4f9b middle-end: refactor WIDEN_SUM_EXPR into convert optab [PR122069]
new b394181afd2 AArch64: convert widen_sum optabs to convert [PR122069]
new c8dc5d5070c AArch64: add double widen_sum optab using dotprod for Adv.S [...]
new 7793947247f arm: convert widen_[us]sum into convert optab [PR122069]
new 8f60eb80970 ia64: convert widen_[us]sum into convert optab [PR122069]
new bb80fb6e9bd rs6000: convert widen_[us]sum into convert optab [PR122069]
new 2f719014bfe AArch64: Implement widen_[us]sum using dotproduct for SVE [ [...]
new 25c8a8d4318 AArch64: Implement widen_[us]sum using [US]ADDW[TB] for SVE [...]
new 75fb400d295 AArch64: Implement widen_[us]sum using 2-way [US]UDOT for S [...]
The 10 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-simd.md | 40 +++++++++--
gcc/config/aarch64/aarch64-sve.md | 16 +++++
gcc/config/aarch64/aarch64-sve2.md | 52 ++++++++++++++
gcc/config/aarch64/iterators.md | 14 +++-
gcc/config/arm/iterators.md | 5 ++
gcc/config/arm/neon.md | 8 +--
gcc/config/ia64/vect.md | 8 +--
gcc/config/rs6000/altivec.md | 6 +-
gcc/doc/md.texi | 10 +--
gcc/fortran/resolve.cc | 11 +--
gcc/fortran/trans-const.cc | 8 +++
gcc/fortran/trans-expr.cc | 28 ++++++++
gcc/optabs.cc | 4 ++
gcc/optabs.def | 4 +-
gcc/testsuite/gcc.target/aarch64/pr122069_1.c | 46 ++++++++++++
gcc/testsuite/gcc.target/aarch64/pr122069_2.c | 80 +++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr122069_3.c | 41 +++++++++++
gcc/testsuite/gcc.target/aarch64/pr122069_4.c | 81 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/pr122069_1.c | 45 ++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/pr122069_2.c | 81 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/pr122069_1.c | 41 +++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/pr122069_2.c | 81 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/pr122069_3.c | 39 +++++++++++
gcc/testsuite/gcc.target/aarch64/sve2/pr122069_4.c | 81 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/conditional_1.f90 | 14 ++++
gcc/testsuite/gfortran.dg/conditional_2.f90 | 2 +
gcc/testsuite/gfortran.dg/conditional_4.f90 | 6 +-
gcc/testsuite/gfortran.dg/conditional_6.f90 | 23 ++++++
gcc/tree-vect-patterns.cc | 4 +-
29 files changed, 849 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr122069_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr122069_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr122069_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr122069_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr122069_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr122069_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr122069_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr122069_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr122069_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr122069_4.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 fa8ca9554d5 Daily bump.
new 82cefc4898d tree-object-size.cc: Fix assert constant offset in check_fo [...]
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/torture/pr122012.c | 18 ++++++++++++++++++
gcc/tree-object-size.cc | 7 +++----
2 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr122012.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 9f6cae5b99d x86: Cast stride to __PTRDIFF_TYPE__ for AMX-MOVRS intrinsi [...]
new 811d543d71d Daily bump.
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/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 12 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-14
in repository gcc.
from 0054191e7b3 Daily bump.
new 0db87ec11de Daily bump.
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/DATESTAMP | 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 releases/gcc-13
in repository gcc.
from 0095febdd0b Daily bump.
new 9c8b72127d9 Daily bump.
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/DATESTAMP | 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 239535e9b0c bpf: fix memset miscompilation with larger stores [PR122139]
new fa8ca9554d5 Daily bump.
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/ChangeLog | 135 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 13 +++++
gcc/c-family/ChangeLog | 4 ++
gcc/fortran/ChangeLog | 5 ++
gcc/testsuite/ChangeLog | 78 ++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 6 +++
7 files changed, 242 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 binutils-gdb.
from 421086df8f3 [gdb/python] Use PyConfig for python 3.9
new 865101d377d Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_45-branch
in repository binutils-gdb.
from 41d6d2a92bf Automatic date update in version.in
new 19dec6b19e0 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-17-branch
in repository binutils-gdb.
from b1926c903e1 [gdb/tdep] Fix inferior call return of small char array for [...]
new 034a7b3924d Automatic date update in version.in
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:
bfd/version.h | 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 linux.
from 6f3b6e91f720 Merge tag 'io_uring-6.18-20251016' of git://git.kernel.org [...]
new 812258ff4166 rust: cfi: only 64-bit arm and x86 support CFI_CLANG
new 781380d2cdef riscv: kgdb: Ensure that BUFMAX > NUMREGBYTES
new ae9e9f3d67dc RISC-V: clear hot-unplugged cores from all task mm_cpumask [...]
new c199745d3ac3 riscv: entry: fix typo in comment 'instruciton' -> 'instruction'
new 9e68bd803fac riscv: kprobes: Fix probe address validation
new 69a8b62a7aa1 riscv: acpi: avoid errors caused by probing DT devices whe [...]
new 7882d2c45ccb riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGS
new 852947be66b8 riscv: kprobes: convert one final __ASSEMBLY__ to __ASSEMBLER__
new fe69107ec7d8 Merge tag 'riscv-for-linux-6.18-rc2' of git://git.kernel.o [...]
new e9ad390a4812 arm64/sysreg: Fix GIC CDEOI instruction encoding
new ea0d55ae4b32 arm64: debug: always unmask interrupts in el0_softstp()
new f406055cb18c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 12 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:
arch/Kconfig | 1 +
arch/arm64/include/asm/sysreg.h | 11 ++++++++++-
arch/arm64/kernel/entry-common.c | 8 +++++---
arch/riscv/Kconfig | 2 +-
arch/riscv/include/asm/kgdb.h | 9 +++++++--
arch/riscv/kernel/cpu-hotplug.c | 1 +
arch/riscv/kernel/entry.S | 2 +-
arch/riscv/kernel/probes/kprobes.c | 13 +++++++++----
arch/riscv/kernel/setup.c | 7 +++++--
arch/riscv/kernel/tests/kprobes/test-kprobes.h | 4 ++--
10 files changed, 42 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.