This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from d6e84aff464 Remove test failing on the branch. new 06105ab1a9d 2017-09-18 Richard Biener rguenther@suse.de new 892792460b5 2017-09-18 Richard Biener rguenther@suse.de
The 2 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 | 24 ++++++++++ gcc/fold-const.c | 31 ++++++++---- gcc/fold-const.h | 1 + gcc/testsuite/ChangeLog | 31 ++++++++++++ gcc/testsuite/g++.dg/torture/pr81977.C | 55 ++++++++++++++++++++++ gcc/testsuite/g++.dg/torture/pr82084.C | 9 ++++ gcc/testsuite/gcc.dg/torture/pr80281.c | 14 ++++++ gcc/testsuite/gcc.dg/torture/pr80341.c | 20 ++++++++ .../gcc.dg/{torture/pr52298.c => ubsan/pr81505.c} | 1 + gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-vect-stmts.c | 6 +++ 11 files changed, 183 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr81977.C create mode 100644 gcc/testsuite/g++.dg/torture/pr82084.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr80281.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr80341.c copy gcc/testsuite/gcc.dg/{torture/pr52298.c => ubsan/pr81505.c} (73%)