This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/69514] ICE with nested array constructor


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

--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Sep  8 22:33:10 2016
New Revision: 240039

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

        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-08  Steven G. Kargl  <kargl@gcc.gnu.org>
            Louis Krupp      <lkrupp@gcc.gnu.org>

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

Added:
    trunk/gcc/testsuite/gfortran.dg/pr69514_1.f90
    trunk/gcc/testsuite/gfortran.dg/pr69514_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]