This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e82693 * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluatin [...] new 535a0ca Fix initialization of UNIONs with -finit-derived.
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/fortran/ChangeLog | 10 +++ gcc/fortran/expr.c | 91 ++++++++++++++++++++++ gcc/fortran/resolve.c | 6 ++ gcc/fortran/trans-expr.c | 83 +++++++++++++++----- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/gfortran.dg/dec_init_1.f90 | 2 +- gcc/testsuite/gfortran.dg/dec_init_2.f90 | 2 +- .../gfortran.dg/{dec_init_1.f90 => dec_init_3.f90} | 69 ++++++++-------- gcc/testsuite/gfortran.dg/dec_init_4.f90 | 80 +++++++++++++++++++ 9 files changed, 292 insertions(+), 58 deletions(-) copy gcc/testsuite/gfortran.dg/{dec_init_1.f90 => dec_init_3.f90} (53%) create mode 100644 gcc/testsuite/gfortran.dg/dec_init_4.f90