This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04bb15e48ef [gdb/build] Fix build breaker with --enable-shared new a262f969d6f tree-optimization/106866 - avoid dead abnormal edges from DCE new 7abcdb06e31 Restore XCOFF for DWARF on AIX.
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/collect2.cc | 7 +++ gcc/config/rs6000/rs6000.cc | 6 ++ gcc/config/rs6000/xcoff.h | 3 + gcc/dwarf2asm.cc | 13 ++++- gcc/dwarf2out.cc | 103 +++++++++++++++++++++++---------- gcc/testsuite/gcc.dg/uninit-pr106866.c | 38 ++++++++++++ gcc/tree-ssa-dce.cc | 48 ++++++++++++--- 7 files changed, 176 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-pr106866.c