This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e3d5e9f0c8c RISC-V: Use correct target in expand_vec_perm [PR121780].
new 6cc5328cd67 TLC for vectorizable_reduction
new 2c2df024df3 libstdc++: Merge bind_front and bind_back binders
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-loop.cc | 94 +++++------
libstdc++-v3/include/std/functional | 172 +++++++++------------
.../20_util/function_objects/bind_back/1.cc | 16 +-
.../20_util/function_objects/bind_back/111327.cc | 3 +-
.../20_util/function_objects/bind_front/1.cc | 15 ++
.../20_util/function_objects/bind_front/111327.cc | 2 +-
6 files changed, 139 insertions(+), 163 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-14
in repository gcc.
from 0888d914fd0 Daily bump.
new 3f46a271a82 libstdc++: Implement LWG 3836 for std::expected bool conversions
new 2d0ed37e2e8 libstdc++: Implement LWG4222 'expected' constructor from a [...]
new 72c9a10d700 libstdc++: Fix std::get<T> for std::pair with reference mem [...]
new 98c53d4494e libstdc++: Make CTAD ignore pair(const T1&, const T2&) cons [...]
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:
libstdc++-v3/include/bits/stl_pair.h | 10 ++--
libstdc++-v3/include/std/expected | 60 ++++++++++++++++------
libstdc++-v3/testsuite/20_util/expected/lwg3836.cc | 34 ++++++++++++
libstdc++-v3/testsuite/20_util/expected/lwg4222.cc | 39 ++++++++++++++
.../testsuite/20_util/pair/astuple/get_by_type.cc | 52 +++++++++++++++++++
libstdc++-v3/testsuite/20_util/pair/cons/110853.cc | 10 ++++
6 files changed, 184 insertions(+), 21 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3836.cc
create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg4222.cc
create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/110853.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 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.