This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 52f6ab55051 libstdc++: Fix width computation for the chrono formatting [...] new 15edd7d6035 s390: Add cstoreti4 expander
The 1 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/s390-protos.h | 1 + gcc/config/s390/s390.cc | 82 +++++++++++++- gcc/config/s390/s390.md | 4 + gcc/config/s390/vector.md | 30 +++++ gcc/testsuite/gcc.target/s390/vector/cstoreti-1.c | 127 ++++++++++++++++++++++ gcc/testsuite/gcc.target/s390/vector/cstoreti-2.c | 25 +++++ 6 files changed, 266 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vector/cstoreti-1.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/cstoreti-2.c