This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7af25a1 [PR 79108] Put ipa_node_params to GC memory new f66b52f Fix compute_complex_assign_jump_func new f211569 2017-01-23 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 | 15 +++++++ gcc/ipa-prop.c | 68 +++++++---------------------- gcc/testsuite/ChangeLog | 10 +++++ gcc/testsuite/gcc.dg/ipa/{vrp7.c => vrp8.c} | 20 ++++++--- gcc/testsuite/gcc.dg/torture/pr79186.c | 16 +++++++ gcc/testsuite/gcc.dg/torture/pr79187.c | 19 ++++++++ gcc/tree-vrp.c | 1 + 7 files changed, 92 insertions(+), 57 deletions(-) copy gcc/testsuite/gcc.dg/ipa/{vrp7.c => vrp8.c} (61%) create mode 100644 gcc/testsuite/gcc.dg/torture/pr79186.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr79187.c