This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 6d06c17e9f4 libstdc++: Fix is_trivially_constructible (PR 94033) new 1102a2c1fd2 tree-optimization/95717 - fix SSA update for vectorizer epilogue new 5024ea60b74 tree-optimization/95133 - avoid abnormal edges in path splitting new 0c7ae564f42 tree-optimization/95049 - fix not terminating RPO VN iteration new 95a8572ce7b middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERS new 0bcf016768f ipa/94947 - fix test for externally visible variables for IPA PTA new 7cfb86a2a18 ipa/94947 - avoid using externally_visible_p ()
The 6 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/cfgloopmanip.c | 5 +++-- gcc/gimple-ssa-split-paths.c | 10 ++++++++-- gcc/testsuite/g++.dg/torture/pr95717.C | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr95133.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr94947-1.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr94947-2.c | 7 +++++++ gcc/testsuite/gcc.dg/torture/pr95049.c | 7 +++++++ gcc/tree-ssa-sccvn.c | 27 ++++++++++++++++++++++----- gcc/tree-ssa-structalias.c | 14 +++++++++----- gcc/tree-vect-loop-manip.c | 8 ++++---- 10 files changed, 109 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr95717.C create mode 100644 gcc/testsuite/gcc.dg/pr95133.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr94947-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr94947-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr95049.c