This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c758dd5ada3 PR c++/88761 - ICE with reference capture of constant. new 285eb84dcab 2019-02-02 Paul Thomas pault@gcc.gnu.org new ba3862bc77c 2019-02-02 Paul Thomas pault@gcc.gnu.org
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/fortran/ChangeLog | 17 +++++++ gcc/fortran/expr.c | 21 ++++++--- gcc/fortran/trans-array.c | 52 ++++++---------------- gcc/testsuite/ChangeLog | 10 +++++ .../gfortran.dg/pointer_array_component_3.f90 | 36 +++++++++++++++ gcc/testsuite/gfortran.dg/realloc_on_assign_32.f90 | 31 +++++++++++++ 6 files changed, 122 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_component_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/realloc_on_assign_32.f90