[Bug fortran/84931] Expansion of array constructor with constant implied-do-object goes sideways
pault at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 30 12:34:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84931
--- Comment #9 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Fri Mar 30 12:33:49 2018
New Revision: 258977
URL: https://gcc.gnu.org/viewcvs?rev=258977&root=gcc&view=rev
Log:
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.
Added:
trunk/gcc/testsuite/gfortran.dg/array_constructor_53.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/simplify.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list