This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d040acf Simplify X /[ex] 8 == 0 new 7053e95 PR middle-end/61409 * tree-ssa-uninit.c: Define new global [...] new 5205e04 Fix date on last ChangeLog entry. new 5190d71 2016-11-20 Harald Anlauf anlauf@gmx.de
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 | 14 +++ gcc/fortran/ChangeLog | 5 + gcc/fortran/resolve.c | 23 +++-- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/uninit-pr61409.c | 25 +++++ gcc/testsuite/gfortran.dg/forall_18.f90 | 16 +++ gcc/tree-ssa-uninit.c | 175 ++++++++++++++++++++++++++++++-- 7 files changed, 247 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-pr61409.c create mode 100644 gcc/testsuite/gfortran.dg/forall_18.f90