This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac9230fbe9f analyzer: add missing final keyword new e66cf626c72 Improve uninit analysis new c77fae1ca79 tree-optimization/105937 - avoid uninit diagnostics crossin [...]
The 2 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-predicate-analysis.cc | 64 +++++++-- gcc/testsuite/g++.dg/uninit-pr105937.C | 235 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-uninit.cc | 14 +- 3 files changed, 303 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/uninit-pr105937.C