This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 816da497dfb opts: include missing header files. new 0ee3dc60523 loop: Fix profile updates after unrolling [PR102385]
The 1 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/gimple-loop-jam.c | 3 +- gcc/predict.c | 37 ++++++++++++++ gcc/predict.h | 1 + gcc/testsuite/gcc.dg/pr102385.c | 14 +++++ gcc/tree-predcom.c | 3 +- gcc/tree-ssa-loop-manip.c | 111 ++++++++++++++++++++++++++++++---------- gcc/tree-ssa-loop-manip.h | 5 +- gcc/tree-ssa-loop-prefetch.c | 3 +- 8 files changed, 140 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102385.c