This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 56e7010eef8 tree-optimization/121768 - bogus double reduction detected
new 8bb076ac0d8 vect: Use poly_int64 for prolog bound.
new e3d5e9f0c8c RISC-V: Use correct target in expand_vec_perm [PR121780].
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/config/riscv/riscv-v.cc | 2 +-
.../gcc.target/riscv/rvv/autovec/pr121780.c | 47 +++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr121781.c | 53 ++++++++++++++++++++++
gcc/tree-vect-loop-manip.cc | 23 +++++-----
4 files changed, 112 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr121780.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr121781.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 adfe96eb612 forwprop: Improve the reject case for copy prop [PR107051]
new e8969a86c10 tree-optimization/121685 - accesses to *this are not trapping
new 56e7010eef8 tree-optimization/121768 - bogus double reduction detected
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/g++.dg/vect/pr121685-1.cc | 20 +++++
gcc/testsuite/gcc.dg/vect/pr121768.c | 15 ++++
gcc/tree-eh.cc | 45 +++++++---
gcc/tree-vect-loop.cc | 151 ++++++++++++++------------------
4 files changed, 137 insertions(+), 94 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr121685-1.cc
create mode 100644 gcc/testsuite/gcc.dg/vect/pr121768.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 43a8c0f8e67 libstdc++: Add _GLIBCXX_RESOLVE_LIB_DEFECTS for 4314 in <mdspan>.
new adfe96eb612 forwprop: Improve the reject case for copy prop [PR107051]
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.dg/tree-ssa/copy-prop-aggregate-union-1.c | 24 ++++++++++++++
gcc/tree-ssa-forwprop.cc | 37 +++++++++++++++++++++-
2 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-union-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 a7fe8f83bf8 RISC-V: Always register vector built-in functions during LT [...]
new 43a8c0f8e67 libstdc++: Add _GLIBCXX_RESOLVE_LIB_DEFECTS for 4314 in <mdspan>.
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/mdspan | 8 +++++++-
1 file changed, 7 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 b55277a4f85 bitint: Fix torture/bitint-14.c on bitint_extended targets [...]
new 9df4edf0af7 RISC-V: Fix extension subset check in riscv_can_inline_p
new a7fe8f83bf8 RISC-V: Always register vector built-in functions during LT [...]
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/common/config/riscv/riscv-common.cc | 2 +-
gcc/config/riscv/riscv-c.cc | 84 --------
gcc/config/riscv/riscv-vector-builtins.cc | 211 ++++++++++++---------
gcc/config/riscv/riscv-vector-builtins.h | 10 +-
.../gcc.target/riscv/can_inline_p_test-01.c | 18 ++
.../gcc.target/riscv/can_inline_p_test-02.c | 20 ++
.../gcc.target/riscv/can_inline_p_test-03.c | 19 ++
.../gcc.target/riscv/can_inline_p_test-04.c | 20 ++
gcc/testsuite/gcc.target/riscv/lto/pr110812_0.c | 9 +
gcc/testsuite/gcc.target/riscv/lto/pr110812_1.c | 9 +
.../{arm/lto/lto.exp => riscv/lto/riscv-lto.exp} | 8 +-
.../base => gcc.target/riscv/lto}/riscv_vector.h | 0
.../rvv/base => gcc.target/riscv}/riscv_vector.h | 0
13 files changed, 220 insertions(+), 190 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/can_inline_p_test-01.c
create mode 100644 gcc/testsuite/gcc.target/riscv/can_inline_p_test-02.c
create mode 100644 gcc/testsuite/gcc.target/riscv/can_inline_p_test-03.c
create mode 100644 gcc/testsuite/gcc.target/riscv/can_inline_p_test-04.c
create mode 100644 gcc/testsuite/gcc.target/riscv/lto/pr110812_0.c
create mode 100644 gcc/testsuite/gcc.target/riscv/lto/pr110812_1.c
copy gcc/testsuite/gcc.target/{arm/lto/lto.exp => riscv/lto/riscv-lto.exp} (89%)
copy gcc/testsuite/{g++.target/riscv/rvv/base => gcc.target/riscv/lto}/riscv_vecto [...]
copy gcc/testsuite/{g++.target/riscv/rvv/base => gcc.target/riscv}/riscv_vector.h (100%)
--
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 8b91a77eda9 [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.ada
new cea397848b8 RISC-V: Fixed missed GOT relocation against a symbol that h [...]
new 672a326e2c1 RISC-V: Don't overwrite got entry to zero for IRELATIVE/REL [...]
new 519349b57d7 RISC-V: Don't generate R_RISCV_RELATIVE if symbol reference [...]
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:
bfd/elfnn-riscv.c | 19 ++---
gas/config/tc-riscv.c | 85 +++++++++++++----------
gas/testsuite/gas/riscv/force_reloc.d | 47 +++++++++++++
gas/testsuite/gas/riscv/force_reloc.s | 22 ++++++
ld/testsuite/ld-riscv-elf/absolute-no-relative.d | 9 +++
ld/testsuite/ld-riscv-elf/absolute-no-relative.ld | 6 ++
ld/testsuite/ld-riscv-elf/absolute-no-relative.s | 8 +++
ld/testsuite/ld-riscv-elf/ld-riscv-elf.exp | 1 +
8 files changed, 148 insertions(+), 49 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/force_reloc.d
create mode 100644 gas/testsuite/gas/riscv/force_reloc.s
create mode 100644 ld/testsuite/ld-riscv-elf/absolute-no-relative.d
create mode 100644 ld/testsuite/ld-riscv-elf/absolute-no-relative.ld
create mode 100644 ld/testsuite/ld-riscv-elf/absolute-no-relative.s
--
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 cba74d2cde5 tree-optimization/61247 - handle peeled converted IV in SCEV
new b55277a4f85 bitint: Fix torture/bitint-14.c on bitint_extended targets [...]
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/gimple-lower-bitint.cc | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 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 95afbe4c763 tree-optimization/121740 - handle aggregate zeroing as skip [...]
new cba74d2cde5 tree-optimization/61247 - handle peeled converted IV in SCEV
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/vect/vect-pr61247.c | 17 +++++++++++++++++
gcc/tree-scalar-evolution.cc | 32 +++++++++++++++++++++++++++++++-
2 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr61247.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 1f98995af30 libstdc++: Implement LWG4222 'expected' constructor from a [...]
new 597bc675e6f c++/modules: Mark implicit inline namespaces as purview [PR121724]
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/name-lookup.cc | 3 +++
gcc/testsuite/g++.dg/modules/namespace-12_a.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/modules/namespace-12_b.C | 6 ++++++
3 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-12_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-12_b.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 b26033d579a libstdc++: Add stable names to C++98 implementation-defined docs.
new 95afbe4c763 tree-optimization/121740 - handle aggregate zeroing as skip [...]
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/tree-ssa/ssa-fre-104.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-110.c | 15 +++++++++++++
gcc/tree-ssa-sccvn.cc | 33 +++++++++++++++++++++++++++--
3 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-110.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.