This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21908] [3.4/4.0/4.1 Regression] poor diagnostic with vitrual base classes
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Oct 2005 05:56:08 -0000
- Subject: [Bug c++/21908] [3.4/4.0/4.1 Regression] poor diagnostic with vitrual base classes
- References: <bug-21908-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-18 05:56 -------
Subject: Bug 21908
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mmitchel@gcc.gnu.org 2005-10-18 05:56:04
Modified files:
gcc/cp : call.c ChangeLog
Log message:
PR c++/21908
* call.c (build_new_method_call): Do not show VTT parameters to
the user.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.559&r2=1.560
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4943&r2=1.4944
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21908