This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8b7e558 2016-12-09 Paul Thomas pault@gcc.gnu.org new 1e4236e PR c++/78550 * convert.c (convert_to_integer_1): Maybe fold [...] new 5a59a1a gcc/fortran/ChangeLog:
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/ChangeLog | 11 +- gcc/convert.c | 9 +- gcc/fortran/ChangeLog | 24 ++ gcc/fortran/trans-array.c | 322 +++++++-------------- gcc/fortran/trans-array.h | 5 - gcc/fortran/trans-expr.c | 8 +- gcc/fortran/trans-openmp.c | 29 +- gcc/fortran/trans-stmt.c | 5 +- gcc/fortran/trans.c | 98 ++++--- gcc/fortran/trans.h | 3 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/g++.dg/cpp1y/pr78550.C | 22 ++ gcc/testsuite/gfortran.dg/coarray_alloc_comp_3.f08 | 51 ++++ gcc/testsuite/gfortran.dg/coarray_alloc_comp_4.f08 | 44 +++ gcc/testsuite/gfortran.dg/finalize_18.f90 | 4 +- gcc/testsuite/gfortran.dg/proc_ptr_comp_47.f90 | 40 +++ 16 files changed, 406 insertions(+), 282 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78550.C create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_3.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_4.f08 create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_47.f90