This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from fef26e6 Daily bump. new ad3d73a S/390: Fix vector all/any cc modes.
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/ChangeLog | 20 ++ gcc/config/s390/s390-modes.def | 72 ++++--- gcc/config/s390/s390.c | 229 +++++++++++---------- gcc/config/s390/s390.md | 2 +- gcc/config/s390/vx-builtins.md | 44 ++-- gcc/testsuite/ChangeLog | 9 + .../gcc.target/s390/vector/vec-scalar-cmp-1.c | 23 ++- gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c | 174 ++++++++++++++++ 8 files changed, 396 insertions(+), 177 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-cmp-1.c