This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from c4bdaafe402 [PATCH] [PR82155] Fix crash in dwarf2out_abstract_function new 844b65e3b09 2017-11-15 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 | 10 + gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/torture/pr82985.C | 458 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr81790.c | 28 ++ gcc/tree-ssa-sccvn.c | 18 +- 5 files changed, 521 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr82985.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr81790.c