[Bug fortran/54166] New: ICE rank-1 assignment to rank-2 array section

koen.poppe at cs dot kuleuven.be gcc-bugzilla@gcc.gnu.org
Fri Aug 3 13:31:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54166

             Bug #: 54166
           Summary: ICE rank-1 assignment to rank-2 array section
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: koen.poppe@cs.kuleuven.be


Created attachment 27931
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27931
Reproduces ICE

Assigning a rank-1 array slice to a rank-2 array selection, i.e. A(1,1:N) =
B(N+1:2*N), causes ICE in certain cases (see example).



More information about the Gcc-bugs mailing list