https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69419
Bug ID: 69419 Summary: ICE: tree check: expected array_type, have real_type in gfc_conv_array_initializer, at fortran/trans-array.c:5618 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gerhard.steinmetz.fort...@t-online.de Target Milestone: --- $ cat z1.f90 blockdata real x common /c/ x[*] data x /1.0/ end blockdata $ gfortran-6 --version GNU Fortran (SUSE Linux) 6.0.0 20160108 (experimental) [trunk revision 232162] $ gfortran-6 -fcoarray=single -c z1.f90 z1.f90:5:0: end blockdata internal compiler error: tree check: expected array_type, have real_type in gfc_conv_array_initializer, at fortran/trans-array.c:5618