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 0f09204b9bd Remove test failing on the branch. new 05d550b5ff7 2017-09-18 Richard Biener rguenther@suse.de
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 | 27 +++++ gcc/fold-const.c | 68 ++++++------ gcc/gimple-fold.c | 7 +- gcc/testsuite/ChangeLog | 23 +++++ gcc/testsuite/g++.dg/torture/pr80171.C | 184 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/align-3.c | 11 ++ gcc/testsuite/gcc.dg/torture/pr68528.c | 17 +++ gcc/testsuite/gcc.dg/torture/pr80362.c | 10 ++ 8 files changed, 311 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr80171.C create mode 100644 gcc/testsuite/gcc.dg/align-3.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr68528.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr80362.c