public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/39865]  New: ICE in gfc_conv_scalarized_array_ref
@ 2009-04-23 12:41 jakub at gcc dot gnu dot org
  2009-04-23 12:47 ` [Bug fortran/39865] " jakub at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-23 12:41 UTC (permalink / raw)
  To: gcc-bugs

module mod
  type t
    real :: v(50)
  end type t
  type (t), target, allocatable :: v1(:)
  integer :: v2, v3, v4
  character(len=8), target, allocatable :: v5(:)
end module mod

subroutine test
  use mod
  integer :: i
  write (*,v5(1:v3)) (v1(i)%v(v2), i=2, v4)
end subroutine test

ICEs in gfc_conv_scalarized_array_ref, se->loop is NULL, yet it is trying to
read from se->loop->order[0].
ICEs with 4.1, 4.2, 4.3, 4.4 and trunk f951.


-- 
           Summary: ICE in gfc_conv_scalarized_array_ref
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-05-14  6:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23 12:41 [Bug fortran/39865] New: ICE in gfc_conv_scalarized_array_ref jakub at gcc dot gnu dot org
2009-04-23 12:47 ` [Bug fortran/39865] " jakub at gcc dot gnu dot org
2009-04-23 13:07 ` dominiq at lps dot ens dot fr
2009-04-23 13:18 ` jakub at gcc dot gnu dot org
2009-04-23 13:33 ` jakub at gcc dot gnu dot org
2009-04-23 13:50 ` jakub at gcc dot gnu dot org
2009-04-23 13:57 ` burnus at gcc dot gnu dot org
2009-04-23 14:19 ` jakub at gcc dot gnu dot org
2009-04-23 14:51 ` jakub at gcc dot gnu dot org
2009-04-23 17:34 ` burnus at gcc dot gnu dot org
2009-05-11 17:30 ` jakub at gcc dot gnu dot org
2009-05-12 13:20 ` jakub at gcc dot gnu dot org
2009-05-14  0:01 ` jakub at gcc dot gnu dot org
2009-05-14  6:46 ` jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).