public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19358] New: [gfortran] Segfault with missing upper bound
@ 2005-01-10 12:08 steven at gcc dot gnu dot org
  2005-01-10 14:34 ` [Bug fortran/19358] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-01-10 12:08 UTC (permalink / raw)
  To: gcc-bugs

This triggers an ICE in a SPEC candidate benchmark: 
 
     1  MODULE foo 
     2  CONTAINS 
     3   SUBROUTINE bar(d, i, j) 
     4      IMPLICIT NONE 
     5      INTEGER, INTENT(IN) :: i, j 
     6      REAL, DIMENSION(i:), INTENT(IN) :: d 
     7      REAL p 
     8      p = d(j) 
     9   END SUBROUTINE bar 
    10  END MODULE foo 
 
t.f90:3: internal compiler error: Segmentation fault

-- 
           Summary: [gfortran] Segfault with missing upper bound
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: aj at suse dot de,gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-09-14 15:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10 12:08 [Bug fortran/19358] New: [gfortran] Segfault with missing upper bound steven at gcc dot gnu dot org
2005-01-10 14:34 ` [Bug fortran/19358] " pinskia at gcc dot gnu dot org
2005-01-17 10:13 ` steven at gcc dot gnu dot org
2005-04-25 13:20 ` pinskia at gcc dot gnu dot org
2005-05-17 17:31 ` pinskia at gcc dot gnu dot org
2005-09-13 19:03 ` cvs-commit at gcc dot gnu dot org
2005-09-14  5:12 ` cvs-commit at gcc dot gnu dot org
2005-09-14 15:42 ` pinskia 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).