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

--- Comment #10 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Mon Jan  5 17:15:17 2015
New Revision: 219193

URL: https://gcc.gnu.org/viewcvs?rev=219193&root=gcc&view=rev
Log:
2015-01-05  Thomas Koenig  <tkoe...@gcc.gnu.org>

    PR fortran/47674
    * dependency.c:  Update copyright years.
    (gfc_discard_nops):  Add prototype.
    * dependency.c (discard_nops):  Rename to gfc_discard_nops,
    make non-static.
    (gfc_discard_nops):  Use gfc_discard_nops.
    (gfc_dep_difference):  Likewise.
    * frontend-passes.c  Update copyright years.
    (realloc_strings):  New function.  Add prototype.
    (gfc_run_passes):  Call realloc_strings.
    (realloc_string_callback):  New function.
    (create_var):  Add prototype.  Handle case of a
    scalar character variable.
    (optimize_trim):  Do not handle allocatable variables.

2015-01-05  Thomas Koenig  <tkoe...@gcc.gnu.org>

    PR fortran/47674
    * gfortran.dg/realloc_on_assign_25.f90:  New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_25.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/dependency.c
    trunk/gcc/fortran/frontend-passes.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to