This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6045de6596d AVR: target/120442 - Support f7_fdim / fdiml in LibF7. new 351e60095cf doc: Fix typo in description of nonstring attribute new e0c3066c14a libstdc++: Support std::abs for 128-bit integers and floats [...] new e9e6a7c9f59 s390: Floating point vector lane handling
The 3 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/s390/vector.md | 137 +++++++++++++-- gcc/doc/extend.texi | 2 +- .../gcc.target/s390/vector/vec-extract-1.c | 190 +++++++++++++++++++++ gcc/testsuite/gcc.target/s390/vector/vec-set-1.c | 133 +++++++++++++++ libstdc++-v3/include/bits/std_abs.h | 9 +- .../testsuite/26_numerics/headers/cmath/82644.cc | 3 +- .../26_numerics/headers/cstdlib/abs128.cc | 16 ++ 7 files changed, 475 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-extract-1.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-set-1.c create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cstdlib/abs128.cc