This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 824542bec24 plugins/107964 - install contracts.h new 44c8402d351 tree-optimization/107833 - invariant motion of uninit uses
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/cfghooks.cc | 1 + gcc/testsuite/gcc.dg/torture/pr107833.c | 33 ++++++++++ gcc/testsuite/gcc.dg/uninit-pr107839.c | 13 ++++ gcc/tree-ssa-loop-im.cc | 24 ++++++- gcc/tree-ssa-loop-ivopts.cc | 111 -------------------------------- gcc/tree-ssa.cc | 93 ++++++++++++++++++++++++++ gcc/tree-ssa.h | 25 +++++++ 7 files changed, 187 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr107833.c create mode 100644 gcc/testsuite/gcc.dg/uninit-pr107839.c