https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103692
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:0d01a2722671bef37b931fd1f121e44b27e68268 commit r12-6695-g0d01a2722671bef37b931fd1f121e44b27e68268 Author: Harald Anlauf <anl...@gmx.de> Date: Mon Jan 17 22:52:08 2022 +0100 Fortran: handle expansion of zero-sized array constructors gcc/fortran/ChangeLog: PR fortran/103692 * array.cc (gfc_expand_constructor): Handle zero-sized array constructors. gcc/testsuite/ChangeLog: PR fortran/103692 * gfortran.dg/pr102520.f90: Adjust error messages. * gfortran.dg/pr103692.f90: New test.