public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/64771] New: ICE on invalid around check_dummy_characteristics / gfc_zero_size_array
@ 2015-01-24 14:23 burnus at gcc dot gnu.org
  2015-01-24 14:54 ` [Bug fortran/64771] ICE(segfault) when passing coarrays around; ICE in gfc_zero_size_array in arith.c:1637 dominiq at lps dot ens.fr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: burnus at gcc dot gnu.org @ 2015-01-24 14:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64771

            Bug ID: 64771
           Summary: ICE on invalid around check_dummy_characteristics /
                    gfc_zero_size_array
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org

The following program ICEs with "-fcoarray=single" and "-fcoarray=lib":

f951: internal compiler error: Segmentation fault
0xb8505f crash_signal
        ../../gcc/toplev.c:383
0x62e82b gfc_zero_size_array
        ../../gcc/fortran/arith.c:1637
0x62e82b reduce_binary0
        ../../gcc/fortran/arith.c:1651
0x62e82b eval_intrinsic_f3
        ../../gcc/fortran/arith.c:1700
0x666365 check_dummy_characteristics
        ../../gcc/fortran/interface.c:1212



      interface
      subroutine conj_grad ( colidx,
     >                       reduce_recv_starts,
     >                       reduce_rrecv_starts )
      integer            colidx(5), rowstr(4+1)
      integer   reduce_recv_starts(55)[0:*]
      end subroutine
      end interface
         call conj_grad ( colidx,
     >                    reduce_rrecv_starts )
      end
      subroutine conj_grad ( colidx,
     >                       reduce_exch_proc,
     >                       reduce_rrecv_starts )
      integer            colidx(5), rowstr(4+1)
      integer   reduce_exch_proc(55)
      end


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

end of thread, other threads:[~2015-01-27 19:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-24 14:23 [Bug fortran/64771] New: ICE on invalid around check_dummy_characteristics / gfc_zero_size_array burnus at gcc dot gnu.org
2015-01-24 14:54 ` [Bug fortran/64771] ICE(segfault) when passing coarrays around; ICE in gfc_zero_size_array in arith.c:1637 dominiq at lps dot ens.fr
2015-01-24 15:06 ` burnus at gcc dot gnu.org
2015-01-24 15:13 ` [Bug fortran/64771] [4.9/5 Regression] " tkoenig at gcc dot gnu.org
2015-01-24 15:17 ` burnus at gcc dot gnu.org
2015-01-26 13:50 ` jakub at gcc dot gnu.org
2015-01-26 21:13 ` burnus at gcc dot gnu.org
2015-01-27 18:45 ` burnus at gcc dot gnu.org
2015-01-27 19:21 ` burnus at gcc dot gnu.org
2015-01-27 19:21 ` burnus at gcc dot gnu.org
2015-01-27 19:53 ` burnus at gcc dot gnu.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).