public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/49417] New: [4.6/4.7 Regression] [OOP] ICE on invalid CLASS component declaration
@ 2011-06-15  9:40 janus at gcc dot gnu.org
  2011-06-15 10:15 ` [Bug fortran/49417] " burnus at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: janus at gcc dot gnu.org @ 2011-06-15  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6/4.7 Regression] [OOP] ICE on invalid CLASS
                    component declaration
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: janus@gcc.gnu.org


Reported by Andrew Benson at
http://gcc.gnu.org/ml/fortran/2011-06/msg00119.html:


module Nodes

 type :: nodeWrapper
 end type nodeWrapper

 type, extends(nodeWrapper) :: treeNode
    class(nodeWrapper) :: subComponent
 end type treeNode

end module Nodes


ICEs with 4.6 and 4.7 trunk, while it is correctly rejected with 4.5.


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

end of thread, other threads:[~2011-06-19 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-15  9:40 [Bug fortran/49417] New: [4.6/4.7 Regression] [OOP] ICE on invalid CLASS component declaration janus at gcc dot gnu.org
2011-06-15 10:15 ` [Bug fortran/49417] " burnus at gcc dot gnu.org
2011-06-15 11:57 ` janus at gcc dot gnu.org
2011-06-15 12:37 ` burnus at gcc dot gnu.org
2011-06-16 11:45 ` janus at gcc dot gnu.org
2011-06-18 17:14 ` [Bug fortran/49417] [4.6 " jakub at gcc dot gnu.org
2011-06-19 21:05 ` janus at gcc dot gnu.org
2011-06-19 21:21 ` janus 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).