public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21983] New: multiple diagnostics
@ 2005-06-09 14:38 igodard at pacbell dot net
  2005-06-09 14:43 ` [Bug c++/21983] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: igodard at pacbell dot net @ 2005-06-09 14:38 UTC (permalink / raw)
  To: gcc-bugs

struct base { virtual void foo() = 0; };
struct d1 : public virtual base { virtual void foo() {} };
struct d2 : public virtual base { virtual void foo() {} };
struct der : public d1, public d2 { };

gets you:

~/ootbc/members/src$ g++ foo.cc
foo.cc:4: error: no unique final overrider for `virtual void base::foo()' in `der'
foo.cc:4: error: no unique final overrider for `virtual void base::foo()' in `der'
foo.cc:4: error: no unique final overrider for `virtual void base::foo()' in `der'
foo.cc:4: error: no unique final overrider for `virtual void base::foo()' in `der'

-- 
           Summary: multiple diagnostics
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: igodard at pacbell dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <bug-21983-6594@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-11-23 13:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
2005-06-09 14:43 ` [Bug c++/21983] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-07-22 21:13 ` pinskia at gcc dot gnu dot org
2005-09-05 15:17 ` jakub at gcc dot gnu dot org
2005-09-22 16:36 ` cvs-commit at gcc dot gnu dot org
2005-09-22 18:36 ` [Bug c++/21983] [3.4/4.0 " pinskia at gcc dot gnu dot org
2005-09-27 16:19 ` mmitchel at gcc dot gnu dot org
2005-09-29 16:10 ` cvs-commit at gcc dot gnu dot org
2005-09-29 16:18 ` pinskia at gcc dot gnu dot org
     [not found] <bug-21983-6594@http.gcc.gnu.org/bugzilla/>
2005-11-23 13:53 ` jakub 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).