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 b3da1801bef aarch64: Prevent streaming-compatible code from assembler r [...]
new 80f7f229883 [sanitizer_common] Fix build on ppc64+musl (#120036)
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:
libsanitizer/sanitizer_common/sanitizer_linux.cpp | 4 ++++
libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cpp | 13 +++++++------
.../sanitizer_common/sanitizer_platform_limits_posix.cpp | 2 +-
.../sanitizer_stoptheworld_linux_libcdep.cpp | 3 ++-
4 files changed, 14 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 gcc.
from 9c63518f3a6 RISC-V: Add testcases for signed avg ceil vx combine
new d46d8267b5a c++: consteval blocks
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/constexpr.cc | 7 +-
gcc/cp/cp-tree.h | 14 ++-
gcc/cp/lambda.cc | 12 ++-
gcc/cp/parser.cc | 135 +++++++++++++++++++++-----
gcc/cp/pt.cc | 3 +-
gcc/cp/semantics.cc | 27 +++++-
gcc/testsuite/g++.dg/cpp26/consteval-block1.C | 82 ++++++++++++++++
gcc/testsuite/g++.dg/cpp26/consteval-block2.C | 49 ++++++++++
gcc/testsuite/g++.dg/cpp26/consteval-block3.C | 41 ++++++++
gcc/testsuite/g++.dg/cpp26/consteval-block4.C | 41 ++++++++
gcc/testsuite/g++.dg/cpp26/consteval-block5.C | 70 +++++++++++++
gcc/testsuite/g++.dg/cpp26/consteval-block6.C | 108 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp26/consteval-block7.C | 12 +++
gcc/testsuite/g++.dg/cpp26/consteval-block8.C | 38 ++++++++
14 files changed, 600 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block1.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block2.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block3.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block4.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block5.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block6.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block7.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/consteval-block8.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 4a65ae52bac vect: Don't set bogus bounds on epilogues [PR120805]
new 9c63518f3a6 RISC-V: Add testcases for signed avg ceil vx combine
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/riscv/rvv/autovec/vx_vf/vx-1-i16.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-i32.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-i64.c | 5 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-i8.c | 2 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-4-i16.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-4-i32.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-4-i64.c | 6 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-4-i8.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-i16.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-i32.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-i64.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-5-i8.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-6-i16.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-6-i32.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-6-i64.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-6-i8.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx_binary.h | 6 +
.../riscv/rvv/autovec/vx_vf/vx_binary_data.h | 196 +++++++++++++++++++++
.../{vx_vaadd-run-2-u8.c => vx_vaadd-run-2-i16.c} | 2 +-
.../{vx_vaadd-run-2-u8.c => vx_vaadd-run-2-i32.c} | 2 +-
.../{vx_vaadd-run-2-u64.c => vx_vaadd-run-2-i64.c} | 2 +-
.../{vx_vaadd-run-2-u8.c => vx_vaadd-run-2-i8.c} | 2 +-
22 files changed, 229 insertions(+), 9 deletions(-)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vx_vaadd-run-2-u8.c => vx_v [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vx_vaadd-run-2-u8.c => vx_v [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vx_vaadd-run-2-u64.c => vx_ [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vx_vaadd-run-2-u8.c => vx_v [...]
--
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 121235441d0 c++: substituting fn parm redeclared with dep alias tmpl [P [...]
new 9e84a4552dd aarch64: testsuite: Fix do-assemble tests for SME
new b3da1801bef aarch64: Prevent streaming-compatible code from assembler r [...]
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/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 ++++++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 34 +++++++++++++---
5 files changed, 89 insertions(+), 12 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 master
in repository gcc.
from a4b56187826 Fixup wrong change to get_group_load_store_type
new 731649066f0 AArch64: Use correct cost for shifted halfword load/stores
new a6bb6934a49 libgcc: Cleanup HWCAP defines in cpuinfo.c
new 9996036205b libgcc: Update FMV features to latest ACLE spec 2024Q4
new 4a65ae52bac vect: Don't set bogus bounds on epilogues [PR120805]
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:
gcc/common/config/aarch64/cpuinfo.h | 25 +-
gcc/config/aarch64/aarch64-option-extensions.def | 12 +-
gcc/config/aarch64/tuning_models/generic_armv9_a.h | 2 +-
gcc/tree-vect-loop-manip.cc | 2 +-
libgcc/config/aarch64/cpuinfo.c | 280 ++++-----------------
5 files changed, 76 insertions(+), 245 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 295dd134318 tree-optimization/121256 - re-instantiate check on SLP node
new 35be043e4d2 c++: fix ICE with [[deprecated]] [PR120756]
new 121235441d0 c++: substituting fn parm redeclared with dep alias tmpl [P [...]
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/cp/pt.cc | 17 ++++++++++++++---
gcc/testsuite/g++.dg/cpp0x/alias-decl-80.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/warn/deprecated-22.C | 13 +++++++++++++
3 files changed, 48 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-80.C
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-22.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 040a79586d4 zlib: refresh version in configure
new a4b56187826 Fixup wrong change to get_group_load_store_type
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/tree-vect-stmts.cc | 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 00726defcd8 Extend gimple_fold_inplace API
new 040a79586d4 zlib: refresh version in configure
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:
zlib/configure | 20 ++++++++++----------
zlib/configure.ac | 2 +-
2 files changed, 11 insertions(+), 11 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 c7c272f06d2 [gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb buil [...]
new 3ac83564eb3 strip: Treat "default" output_target as unspecified
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:
binutils/objcopy.c | 6 +-
binutils/testsuite/binutils-all/x86-64/x86-64.exp | 76 +++++++++++++++++------
2 files changed, 60 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.