This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a01c6e5228 2018-03-19 Richard Biener rguenther@suse.de new 4aaa9b04321 [C++/84812] ICE with local fn decl new 33ac517c520 2018-03-19 Richard Biener rguenther@suse.de new a70faed768d 2018-03-19 Richard Biener rguenther@suse.de
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 | 14 +++++++ gcc/cp/ChangeLog | 6 +++ gcc/cp/name-lookup.c | 7 +++- gcc/testsuite/ChangeLog | 18 ++++++++ gcc/testsuite/g++.dg/lookup/pr84812.C | 18 ++++++++ gcc/testsuite/g++.dg/pr84933.C | 23 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr35286.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr84859.c | 22 ++++++++++ gcc/testsuite/gcc.dg/tree-ssa/split-path-6.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/split-path-7.c | 2 +- gcc/tree-ssa-phiopt.c | 61 ++++++++++++++++++++++++---- gcc/tree-vrp.c | 9 +++- 12 files changed, 170 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/pr84812.C create mode 100644 gcc/testsuite/g++.dg/pr84933.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr84859.c