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

--- Comment #9 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Sep 29 18:35:49 2016
New Revision: 240628

URL: https://gcc.gnu.org/viewcvs?rev=240628&root=gcc&view=rev
Log:
2016-09-29  Steven G. Kargl  <ka...@gcc.gnu.org>

        Backport from trunk
        PR fortran/69514
        * array.c (gfc_match_array_constructor):  If type-spec is present,
        walk the array constructor performing possible conversions for 
        numeric types.

2016-09-29  Steven G. Kargl  <ka...@gcc.gnu.org>
            Louis Krupp      <lkr...@gcc.gnu.org>

        Backport from trunk
        PR fortran/69514
        * gfortran.dg/pr69514_1.f90: New test.
        * gfortran.dg/pr69514_2.f90: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr69514_1.f90
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr69514_2.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/array.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

Reply via email to