This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 668d43502f4 libstdc++: Correct NTTP and simd_mask ctor call
new b49bcb86851 Fix ACLE data-intrinsics testcases
new 17cca3c43e2 MATCH: Move `a <= CST1 ? MAX<a, CST2> : a` optimization to match
new 45466eecf5e Add a != MIN/MAX_VALUE_CST ? CST-+1 : a to minmax_from_comparison
new d12d2aa4fcc testsuite: make mve_intrinsic_type_overloads-int.c libc-agnostic
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/fold-const.cc | 26 ++++++++++++++++++++
gcc/match.pd | 22 +++++++++++++++--
gcc/testsuite/gcc.dg/tree-ssa/minmax-22.c | 12 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-5.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr66726-4.c | 5 +++-
gcc/testsuite/gcc.dg/tree-ssa/pr66726-5.c | 28 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/{pr66726-4.c => pr66726-6.c} | 13 ++++++----
.../gcc.target/arm/acle/data-intrinsics-armv6.c | 2 +-
.../gcc.target/arm/acle/data-intrinsics-assembly.c | 1 +
.../intrinsics/mve_intrinsic_type_overloads-int.c | 28 ++++++++++++----------
10 files changed, 117 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-22.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr66726-5.c
copy gcc/testsuite/gcc.dg/tree-ssa/{pr66726-4.c => pr66726-6.c} (51%)
--
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 10d6a2b1a0e Improve header information displayed with objdump -P for PE [...]
new 35f8b0595f7 Slight wording improvement for the -Ur documentation
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:
ld/ld.texi | 9 +++++----
1 file changed, 5 insertions(+), 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_binutils_check/master-arm
in repository toolchain/ci/base-artifacts.
from 7a7b57796a8 21: onsuccess: #23: 0: [TCWG CI] https://ci.linaro.org/job/ [...]
new 38c0dd33e79 22: onsuccess: #24: 0: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/binutils.log.xz | Bin 47512 -> 47512 bytes
00-sumfiles/gas.log.xz | Bin 100700 -> 100692 bytes
00-sumfiles/ld.log.xz | Bin 123480 -> 123488 bytes
01-reset_artifacts/console.log.xz | Bin 2132 -> 2140 bytes
02-prepare_abe/console.log.xz | Bin 2516 -> 2476 bytes
03-build_abe-binutils/console.log.xz | Bin 48820 -> 48936 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 37812 -> 37456 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4264 -> 4240 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 588 -> 588 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5180 -> 5184 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3076 -> 3280 bytes
06-check_regression/console.log.xz | Bin 1136 -> 1120 bytes
06-check_regression/results.compare | 10 +++++-----
06-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
manifest.sh | 8 ++++----
notify/results.compare | 10 +++++-----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 3 ++-
20 files changed, 23 insertions(+), 22 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-13
in repository gcc.
from acf4fac6c5d riscv: update riscv_asan_shadow_offset
new 15aca2cbe97 libstdc++: Resolve -Wsign-compare issue
new f51bb83b51b libstdc++: Fix test assumptions on long and long double
new 3f90a56c087 libstdc++: Simplify calculation of expected value in simd test
new 717a14e727b libstdc++: Correct NTTP and simd_mask ctor call
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/experimental/bits/simd.h | 7 +--
libstdc++-v3/include/experimental/bits/simd_ppc.h | 2 +-
.../experimental/simd/pr109822_cast_functions.cc | 63 ++++++++++++++++++++++
.../experimental/simd/tests/integer_operators.cc | 9 ++--
.../experimental/simd/tests/operator_cvt.cc | 30 ++++++++---
5 files changed, 96 insertions(+), 15 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109822_cast_functions.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bootstrap_build/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 07d872834a4 21: onsuccess: #22: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 8c3f9c62b1b 22: onsuccess: #23: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 2172 -> 2132 bytes
02-prepare_abe/console.log.xz | Bin 2512 -> 2524 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 482240 -> 485444 bytes
04-build_abe-bootstrap_lto/make-gcc-stage2.log.xz | Bin 428712 -> 429672 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
git/gcc_rev | 2 +-
manifest.sh | 8 ++++----
7 files changed, 5 insertions(+), 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bootstrap_build/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from 02a2bb67cde 21: onsuccess: #22: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 3435c07550c 22: onsuccess: #23: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 2148 -> 2188 bytes
02-prepare_abe/console.log.xz | Bin 2480 -> 2520 bytes
.../console.log.xz | Bin 306148 -> 307012 bytes
.../make-gcc-stage2.log.xz | Bin 242988 -> 243240 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
06-update_baseline/console.log | 2 +-
git/gcc_rev | 2 +-
manifest.sh | 8 ++++----
8 files changed, 6 insertions(+), 6 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 2bd766d6245 LoongArch: ld: Add support for linker relaxation.
new 10d6a2b1a0e Improve header information displayed with objdump -P for PE [...]
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/ChangeLog | 11 ++
binutils/od-pe.c | 392 ++++++++++++++++++++++++++++++++++++++++-------------
2 files changed, 308 insertions(+), 95 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_build/master-arm
in repository toolchain/ci/base-artifacts.
from 017ddf2c05e 40: onsuccess: #43: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new 2ea883f812d 41: onsuccess: #44: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 2196 -> 2200 bytes
02-prepare_abe/console.log.xz | Bin 2516 -> 2484 bytes
04-build_abe-gcc/console.log.xz | Bin 238032 -> 237296 bytes
04-build_abe-gcc/make-gcc-stage2.log.xz | Bin 205348 -> 203888 bytes
05-check_regression/console.log.xz | Bin 468 -> 464 bytes
06-update_baseline/console.log | 6 +++---
git/gcc_rev | 2 +-
manifest.sh | 8 ++++----
8 files changed, 8 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 2a941f9f824 Replace a HWI_COMPUTABLE_MODE_P with wide-int in simplify-rtx.cc.
new 291549d43e8 libstdc++: Fix test assumptions on long and long double
new 3e2689e5684 libstdc++: Simplify calculation of expected value in simd test
new 668d43502f4 libstdc++: Correct NTTP and simd_mask ctor call
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/experimental/bits/simd.h | 7 +--
.../experimental/simd/pr109822_cast_functions.cc | 63 ++++++++++++++++++++++
.../experimental/simd/tests/integer_operators.cc | 9 ++--
.../experimental/simd/tests/operator_cvt.cc | 30 ++++++++---
4 files changed, 95 insertions(+), 14 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109822_cast_functions.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.