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; 9+ 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] 9+ messages in thread

* [Bug c++/21983] [3.4/4.0/4.1 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
@ 2005-06-09 14:43 ` pinskia at gcc dot gnu dot org
  2005-07-22 21:13 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-09 14:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-09 14:43 -------
Confirmed, a regression from 3.2.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
      Known to fail|                            |3.4.0 4.0.0 4.1.0
      Known to work|                            |3.2.3 3.0.4 2.95.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-09 14:43:34
               date|                            |
            Summary|multiple diagnostics        |[3.4/4.0/4.1 Regression]
                   |                            |multiple diagnostics
   Target Milestone|---                         |3.4.5


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


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

* [Bug c++/21983] [3.4/4.0/4.1 Regression] multiple diagnostics
  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
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:12 -------
Moving to 4.0.2 pre Mark.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |4.0.2


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


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

* [Bug c++/21983] [3.4/4.0/4.1 Regression] multiple diagnostics
  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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-09-05 15:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |09/msg00285.html
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-07-12 06:27:21         |2005-09-05 15:17:18
               date|                            |


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


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

* [Bug c++/21983] [3.4/4.0/4.1 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
                   ` (2 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-22 16:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-22 16:35 -------
Subject: Bug 21983

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jakub@gcc.gnu.org	2005-09-22 16:34:59

Modified files:
	gcc/cp         : ChangeLog class.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/warn: pr21983.C 

Log message:
	PR c++/21983
	* class.c (find_final_overrider): Move diagnostic about no unique final
	overrider to...
	(update_vtable_entry_for_fn): ... here.
	
	* g++.dg/warn/pr21983.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4900&r2=1.4901
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.732&r2=1.733
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6095&r2=1.6096
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/pr21983.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
                   ` (3 preceding siblings ...)
  2005-09-22 16:36 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-22 18:36 ` pinskia at gcc dot gnu dot org
  2005-09-27 16:19 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-22 18:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-22 18:36 -------
Fixed for 4.1.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.0 4.0.0 4.1.0           |3.4.0 4.0.0
      Known to work|3.2.3 3.0.4 2.95.3          |3.2.3 3.0.4 2.95.3 4.1.0
            Summary|[3.4/4.0/4.1 Regression]    |[3.4/4.0 Regression]
                   |multiple diagnostics        |multiple diagnostics


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


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

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
                   ` (4 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


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


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

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
                   ` (5 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-29 16:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-29 16:10 -------
Subject: Bug 21983

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	jakub@gcc.gnu.org	2005-09-29 16:09:43

Modified files:
	gcc/cp         : ChangeLog 
	gcc/testsuite  : ChangeLog 
	gcc/cp         : class.c 
Added files:
	gcc/testsuite/g++.dg/warn: pr21983.C 

Log message:
	PR c++/21983
	* class.c (find_final_overrider): Move diagnostic about no unique final
	overrider to...
	(update_vtable_entry_for_fn): ... here.
	
	* g++.dg/warn/pr21983.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4648.2.110&r2=1.4648.2.111
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.414&r2=1.5084.2.415
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.707.2.4&r2=1.707.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/pr21983.C.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.8.1



-- 


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


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

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: multiple diagnostics igodard at pacbell dot net
                   ` (6 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-29 16:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-29 16:18 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-09-29 16:18 UTC | newest]

Thread overview: 9+ 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

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