This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from b3aa868d03c Daily bump. new 73d1e612011 tree-optimization/99694 - fix value-numbering PHIs new 277fbd07482 lto/96591 - walk VECTOR_CST elements in walk_tree new 592388d4f6e tree-optimization/98834 - fix optimization regression with _b_c_p
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/testsuite/g++.dg/lto/pr96591_0.C | 45 +++++++++++++++++++++ gcc/testsuite/g++.dg/opt/pr98834.C | 71 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr99694.c | 27 +++++++++++++ gcc/tree-ssa-sccvn.c | 14 ++++++- gcc/tree.c | 13 ++++++- 5 files changed, 168 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr96591_0.C create mode 100644 gcc/testsuite/g++.dg/opt/pr98834.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr99694.c