This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch in repository toolchain/gcc.
from 9dd1dea gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...] new e030daa gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
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/aarch64/aarch64.md | 25 +++++++----- gcc/config/arm/arm.md | 25 ++++++------ gcc/ifcvt.c | 34 ++++++++++++++++ gcc/simplify-rtx.c | 57 +++++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr37780.c | 49 +++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr37780_1.c | 46 +++++++++++++++++++++ gcc/testsuite/gcc.target/arm/pr37780_1.c | 48 ++++++++++++++++++++++ 7 files changed, 264 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr37780.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr37780_1.c create mode 100644 gcc/testsuite/gcc.target/arm/pr37780_1.c