public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41587]  New: [OOP] ICE with ALLOCATABLE CLASS components
@ 2009-10-05 13:31 burnus at gcc dot gnu dot org
  2009-10-14  8:42 ` [Bug fortran/41587] " dominiq at lps dot ens dot fr
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-10-05 13:31 UTC (permalink / raw)
  To: gcc-bugs

type t0
  integer :: j = 42
end type t0
type t
  integer :: i
  class(t0), allocatable :: foo(3)
end type t

Is invalid. the "foo(3)" shall be "foo(:)" as "foo" is allocatable.


-- 
           Summary: [OOP] ICE with ALLOCATABLE CLASS components
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

end of thread, other threads:[~2012-05-06 20:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-41587-4@http.gcc.gnu.org/bugzilla/>
2012-02-02 23:13 ` [Bug fortran/41587] [OOP] ICE with ALLOCATABLE CLASS components mikael at gcc dot gnu.org
2012-02-02 23:37 ` mikael at gcc dot gnu.org
2012-02-03  7:35 ` burnus at gcc dot gnu.org
2012-02-06 14:21 ` pault at gcc dot gnu.org
2012-04-23 12:59 ` burnus at gcc dot gnu.org
2012-05-06 20:33 ` burnus at gcc dot gnu.org
2012-05-06 20:49 ` burnus at gcc dot gnu.org
2009-10-05 13:31 [Bug fortran/41587] New: " burnus at gcc dot gnu dot org
2009-10-14  8:42 ` [Bug fortran/41587] " dominiq at lps dot ens dot fr
2009-10-17 18:10 ` pault at gcc dot gnu dot org
2009-10-18 12:25 ` pault 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).