https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71723

--- Comment #15 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Sun Feb 10 18:41:03 2019
New Revision: 268751

URL: https://gcc.gnu.org/viewcvs?rev=268751&root=gcc&view=rev
Log:
2019-02-10  Thomas Koenig  <tkoe...@gcc.gnu.org>

        PR fortran/71723
        Backport from trunk
        * expr.c (gfc_check_assign): Add argument is_init_expr.  If we are
        looking at an init expression, issue error if the target is not a
        TARGET and we are not looking at a procedure pointer.
        * gfortran.h (gfc_check_assign): Add optional argument
        is_init_expr.

2019-02-10  Thomas Koenig  <tkoe...@gcc.gnu.org>

        PR fortran/71723
        Backport from trunk
        * gfortran.dg/pointer_init_2.f90: Adjust error messages.
        * gfortran.dg/pointer_init_6.f90: Likewise.
        * gfortran.dg/pointer_init_9.f90: New test.


Added:
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pointer_init_9.f90
Modified:
    branches/gcc-7-branch/gcc/fortran/ChangeLog
    branches/gcc-7-branch/gcc/fortran/expr.c
    branches/gcc-7-branch/gcc/fortran/gfortran.h
    branches/gcc-7-branch/gcc/testsuite/ChangeLog
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pointer_init_2.f90
    branches/gcc-7-branch/gcc/testsuite/gfortran.dg/pointer_init_6.f90

Reply via email to