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 315f8a474eb c++/c-common: Fix convert_vector_to_array_for_subscript for [...] new 81830862ee4 libstdc++: Protect against macros new e60ec9b0e02 libstdc++: Replace use of incorrect non-temporal store new 44df51e5826 libstdc++: Avoid vector casts while still avoiding PR90424 new 7e40721ebd0 libstdc++: Fix call signature of builtins from masked ++/-- new 5cf14c6f219 libstdc++: Add masked ++/-- implementation for sizeof < 16 new b3097e01cd5 libstdc++: Avoid ill-formed types on ARM new c06311303bb libstdc++: Add include guard to simd-internal header new 79aa69663cf libstdc++: Silence irrelevant warnings in <experimental/simd> new 0ab30fb865e libstdc++: Fix conversion of simd to vector builtin new d88fe8210e4 Fold: Fix up merge_truthop_with_opposite_arm for NaNs [PR95351]
The 10 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 | 3 +- gcc/testsuite/gcc.dg/float_opposite_arm-1.c | 17 ++++ .../include/experimental/bits/numeric_traits.h | 4 + libstdc++-v3/include/experimental/bits/simd.h | 16 +++- .../include/experimental/bits/simd_builtin.h | 55 +++++------ libstdc++-v3/include/experimental/bits/simd_x86.h | 66 +++++-------- .../experimental/simd/pr114803_vecbuiltin_cvt.cc | 105 +++++++++++++++++++++ 7 files changed, 184 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/float_opposite_arm-1.c create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.cc