This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b56a60c [PATCH][ARM] Fix for testcase after r228661 new 417eb4f S/390: PR68015 Fix ICE in s390_emit_compare new 92f3c1b Move more cproj simplifications to match.pd new 390c3cf Move tan simplifications to match.pd
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/ChangeLog | 22 ++++++++ gcc/builtins.c | 91 ++++++--------------------------- gcc/config/s390/s390.md | 9 +++- gcc/match.pd | 34 ++++++------ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/s390/pr68015.c | 24 +++++++++ gcc/tree.c | 15 ++++++ gcc/tree.h | 1 + 8 files changed, 109 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/pr68015.c