public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15035] New: ICE on public public inheritance
@ 2004-04-21  7:39 gianni at mariani dot ws
  2004-04-21  8:32 ` [Bug c++/15035] " gianni at mariani dot ws
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: gianni at mariani dot ws @ 2004-04-21  7:39 UTC (permalink / raw)
  To: gcc-bugs

The code below will cause an ICE on gcc-3.4-20040121.

struct zoo {};

class foo
  : public public zoo
{
};

-- 
           Summary: ICE on public public inheritance
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gianni at mariani dot ws
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-redhat-linux
  GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux


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


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

end of thread, other threads:[~2004-04-21 16:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-21  7:39 [Bug c++/15035] New: ICE on public public inheritance gianni at mariani dot ws
2004-04-21  8:32 ` [Bug c++/15035] " gianni at mariani dot ws
2004-04-21 11:23 ` [Bug c++/15035] [3.4 Regression] ICE on inheritance with "public public" giovannibajo at libero dot it
2004-04-21 12:36 ` pinskia at gcc dot gnu dot org
2004-04-21 14:34 ` bangerth at dealii dot org
2004-04-21 15:12 ` pinskia at gcc dot gnu dot org
2004-04-21 15:17 ` giovannibajo at libero dot it
2004-04-21 15:20 ` bangerth at dealii dot org
2004-04-21 15:58 ` giovannibajo at libero dot it
2004-04-21 16:02 ` bangerth at dealii dot org
2004-04-21 17:19 ` gianni at mariani dot ws

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).