This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 7f976034ec4 rs6000: Rename instruction xvcvbf16sp to xvcvbf16spn new 10e0d2010f0 arm: Enable no-writeback vldr.16/vstr.16. new 817ac30a858 libstdc++: Add deprecated attributes to old iostream members
The 2 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/config/arm/arm-protos.h | 3 + gcc/config/arm/arm.c | 74 ++++++++++++++++++---- gcc/config/arm/constraints.md | 7 ++ gcc/config/arm/vfp.md | 26 +++++--- .../arm/mve/intrinsics/mve-vldstr16-no-writeback.c | 17 +++++ libstdc++-v3/include/bits/c++config | 4 ++ libstdc++-v3/include/bits/ios_base.h | 17 +++-- libstdc++-v3/include/std/streambuf | 4 +- libstdc++-v3/include/std/type_traits | 2 +- libstdc++-v3/testsuite/27_io/types/1.cc | 13 +++- 10 files changed, 133 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/mve-vldstr16-no-wri [...]