2018-03-30 Paul Thomas <pault@gcc.gnu.org>
commit7065c85c54c751fc6a2fc50712e017a4767ac107
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Mar 2018 12:33:49 +0000 (30 12:33 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Mar 2018 12:33:49 +0000 (30 12:33 +0000)
tree26e89d7f9687938924003e945a7382a82d1c827a
parentebf896b9e5412084b055ff7ed3712b441f738c07
2018-03-30  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/84931
* simplify.c (gfc_convert_constant): Handle case of array
constructors within an array that has no iterator and improve
the conciseness of this section of code.

2018-03-30  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/84931
* gfortran.dg/array_constructor_53.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258977 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_constructor_53.f90 [new file with mode: 0644]