[Bug fortran/68426] Simplification of SPREAD with a derived type element is unimplemented

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 9 20:31:00 GMT 2019


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

--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Wed Jan  9 20:31:07 2019
New Revision: 267781

URL: https://gcc.gnu.org/viewcvs?rev=267781&root=gcc&view=rev
Log:
2019-01-09  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/68426
        * simplify.c (gfc_simplify_spread): Also simplify if the
        type of source is an EXPR_STRUCTURE.

2019-01-09  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/68426
        * gfortran.dg/spread_simplify_1.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/spread_simplify_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list