This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 6ae07a5cd9b testsuite: make mve_intrinsic_type_overloads-int.c libc-agnostic new 7c184ac7085 libstdc++: Resolve -Wsign-compare issue new c6ce9353814 libstdc++: Fix test assumptions on long and long double new 64295a0340f libstdc++: Simplify calculation of expected value in simd test new 467887d5750 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