This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a8083285c3 middle-end/104467 - fix vector extract simplification new 0f58ba4dd6b tree-optimization/104373 - early diagnostic on unreachable code
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/testsuite/g++.dg/warn/Wuninitialized-32.C | 14 ++++++++++ gcc/testsuite/gcc.dg/uninit-pr20644-O0.c | 2 +- gcc/tree-ssa-sccvn.cc | 18 ++++++------- gcc/tree-ssa-sccvn.h | 1 + gcc/tree-ssa-uninit.cc | 39 +++++++++++++++++++++++---- 5 files changed, 58 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-32.C