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 762ca0be09e Ada: Add missing guard before accessing the Underlying_Reco [...]
new 4157d433df1 [RISC-V][PR target/118241] Fix data prefetch predicate/cons [...]
new e7d4593d693 [RISC-V][PR target/118241] Fix data prefetch predicate/cons [...]
new b5d0cfab396 RISC-V: prefetch: const offset needs to have 5 bits zero, not 4
new bf6b07491e5 RISC-V: prefetch: fix LRA failing to allocate reg [PR118241]
new 0588de08620 [committed] [PR rtl-optimization/120242] Fix SUBREG_PROMOTE [...]
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:
gcc/config/riscv/constraints.md | 4 +
gcc/config/riscv/predicates.md | 12 +++
gcc/config/riscv/riscv.md | 4 +-
gcc/ext-dce.cc | 112 ++++++++++++++++++++++-----
gcc/testsuite/gcc.dg/torture/pr120242.c | 30 +++++++
gcc/testsuite/gcc.dg/torture/pr120627.c | 27 +++++++
gcc/testsuite/gcc.dg/torture/pr120736.c | 21 +++++
gcc/testsuite/gcc.dg/torture/pr120813.c | 27 +++++++
gcc/testsuite/gcc.target/riscv/pr118241-b.cc | 33 ++++++++
gcc/testsuite/gcc.target/riscv/pr118241.c | 16 ++++
10 files changed, 264 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120242.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120627.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120736.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120813.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr118241-b.cc
create mode 100644 gcc/testsuite/gcc.target/riscv/pr118241.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 9c75032b400 libstdc++: Protect PSTL headers against overloaded commas
new 99a3c71db6e [PATCH v2] RISC-V: Vector-scalar widening multiply-(subtrac [...]
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/riscv/autovec-opt.md | 48 ++++++++++++++++++++++
gcc/config/riscv/vector-iterators.md | 41 ++++++++++++++++++
gcc/config/riscv/vector.md | 8 ++--
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-1-f16.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-1-f32.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-2-f16.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-2-f32.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-3-f16.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-3-f32.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-4-f16.c | 3 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-4-f32.c | 3 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_mulop.h | 30 ++++++++++++++
.../riscv/rvv/autovec/vx_vf/vf_mulop_widen_run.h | 32 +++++++++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmacc-run-1-f16.c | 17 ++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmacc-run-1-f32.c | 17 ++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmsac-run-1-f16.c | 17 ++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmsac-run-1-f32.c | 17 ++++++++
17 files changed, 253 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_mulop_widen_run.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmacc-run [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmacc-run [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmsac-run [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmsac-run [...]
--
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 b513e4f3e09 Ada: Add missing guard before accessing the Underlying_Reco [...]
new 8aff55e2598 libstdc++: Fix constexpr exceptions for -fno-exceptions
new 9b6b7fed78c libstdc++: Correct value of __cpp_lib_constexpr_exceptions [...]
new 9c75032b400 libstdc++: Protect PSTL headers against overloaded commas
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:
libstdc++-v3/include/bits/version.def | 2 +-
libstdc++-v3/include/bits/version.h | 4 +-
libstdc++-v3/include/pstl/algorithm_impl.h | 24 ++---
libstdc++-v3/include/pstl/memory_impl.h | 4 +-
libstdc++-v3/include/pstl/numeric_impl.h | 4 +-
libstdc++-v3/libsupc++/exception | 1 +
libstdc++-v3/libsupc++/exception_ptr.h | 113 ++++++++++-----------
.../testsuite/18_support/exception/version.cc | 10 ++
8 files changed, 85 insertions(+), 77 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/exception/version.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 main
in repository newlib.
from 2aa41b516 Cygwin: pty: TCIFLUSH also clears readahead buffer in the master
new fdcd893b9 Cygwin: mkimport: port to support AArch64
new 771870a9f Cygwin:testsuite: winchild: drop unused variable
new 9bc62f10a Cygwin: profiler: port to AArch64
new 5d65b2287 Cygwin: dumper: port to AArch64
The 4 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/scripts/mkimport | 11 +++++++++++
winsup/testsuite/winsup.api/posix_spawn/winchild.c | 1 -
winsup/utils/dumper.cc | 4 +++-
winsup/utils/profiler.cc | 4 +++-
4 files 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 releases/gcc-15
in repository gcc.
from fcc6ce1a493 x86-64: Add RDI clobber to 64-bit dynamic TLS patterns
new 762ca0be09e Ada: Add missing guard before accessing the Underlying_Reco [...]
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/ada/sem_ch4.adb | 1 +
gcc/testsuite/gnat.dg/deref4.adb | 9 +++++++++
gcc/testsuite/gnat.dg/deref4_pkg.ads | 8 ++++++++
3 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/deref4.adb
create mode 100644 gcc/testsuite/gnat.dg/deref4_pkg.ads
--
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 3a1067c8b8c aarch64: Implement sme2+faminmax extension.
new b513e4f3e09 Ada: Add missing guard before accessing the Underlying_Reco [...]
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/ada/sem_ch4.adb | 1 +
gcc/testsuite/gnat.dg/deref4.adb | 9 +++++++++
gcc/testsuite/gnat.dg/deref4_pkg.ads | 8 ++++++++
3 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/deref4.adb
create mode 100644 gcc/testsuite/gnat.dg/deref4_pkg.ads
--
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 8be32d50654 gas/NEWS: Corrected the information about mapping symbol $x [...]
new 33aa1470c77 Delete AM_PO_SUBDIRS invocation
new 1f252ce4b2b gas deferrred diags leak
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:
bfd/configure.ac | 4 +---
binutils/configure.ac | 1 -
gas/configure.ac | 1 -
gas/read.c | 17 +++++++++--------
gold/configure.ac | 1 -
gprof/configure.ac | 1 -
ld/configure.ac | 1 -
opcodes/configure.ac | 1 -
8 files changed, 10 insertions(+), 17 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 804ccd0a649 gas: accept leading zeros on dollar local labels in z80 sdc [...]
new 8be32d50654 gas/NEWS: Corrected the information about mapping symbol $x [...]
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:
gas/NEWS | 6 ++++--
1 file changed, 4 insertions(+), 2 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 binutils-2_45-branch
in repository binutils-gdb.
from 72300c917ff gas: accept leading zeros on dollar local labels in z80 sdc [...]
new 2113b2473c0 gas/NEWS: Corrected the information about mapping symbol $x [...]
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:
gas/NEWS | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.