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/54166] New: ICE rank-1 assignment to rank-2 array section


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).


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