This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 1b75c19730b Daily bump. new ed3debbd45e libstdc++: Resolve -Wsign-compare issue new b7ede951fbe libstdc++: Fix test assumptions on long and long double new c4dc05d1f61 libstdc++: Simplify calculation of expected value in simd test new 39a60f2d5f7 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