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/69419] New: ICE: tree check: expected array_type, have real_type in gfc_conv_array_initializer, at fortran/trans-array.c:5618


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.fortran@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

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