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 86e99e8e4f0 libstdc++: Implement operator<< for std::unique_ptr (LWG 2948) new e1d26d1116b Daily bump. new f737ca45bee Record and restore postorder information in breaking alias sccs. new c7247272375 Schedule reduction partition in the last.
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 | 81 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 29 ++++++ gcc/testsuite/g++.dg/tree-ssa/pr95638.C | 150 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr95804.c | 18 ++++ gcc/tree-loop-distribution.c | 38 ++++++-- libstdc++-v3/ChangeLog | 63 ++++++++++++++ 7 files changed, 374 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr95638.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95804.c