This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0bdffd Use std::mt19937, std::thread and std::atomic to simplify tests new 5b2b88c Call get_ops just for SSA_NAMEs (PR tree-optimization/71987) new 118c9b7 Fix memory leak introduced in r238336 new 5bf658d Handle loops with loop->latch == NULL (PR gcov-profile/71868)
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 | 16 ++++++++++++++++ gcc/cfgloopanal.c | 6 +++--- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/pr71987.c | 21 +++++++++++++++++++++ gcc/tree-ssa-loop-niter.c | 5 ++++- gcc/tree-ssa-reassoc.c | 7 ++++--- 6 files changed, 52 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr71987.c