public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
       [not found] <bug-21983-6594@http.gcc.gnu.org/bugzilla/>
@ 2005-11-23 13:53 ` jakub at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-11-23 13:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2005-11-23 13:53 -------
Subject: Bug 21983

Author: jakub
Date: Wed Nov 23 13:53:15 2005
New Revision: 107420

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107420
Log:
        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.

Added:
    branches/gcc-3_4-branch/gcc/testsuite/g++.dg/warn/pr21983.C
Modified:
    branches/gcc-3_4-branch/gcc/cp/ChangeLog
    branches/gcc-3_4-branch/gcc/cp/class.c
    branches/gcc-3_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: " igodard at pacbell dot net
                   ` (2 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
  3 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: " igodard at pacbell dot net
  2005-09-22 18:36 ` [Bug c++/21983] [3.4/4.0 Regression] " 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
  3 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: " igodard at pacbell dot net
  2005-09-22 18:36 ` [Bug c++/21983] [3.4/4.0 Regression] " 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
  3 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [Bug c++/21983] [3.4/4.0 Regression] multiple diagnostics
  2005-06-09 14:38 [Bug c++/21983] New: " igodard at pacbell dot net
@ 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)
  3 siblings, 0 replies; 5+ 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] 5+ messages in thread

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

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