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