This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17796] [3.4/4.0/4.1 Regression] Too many unused parameter warnings emitted.
- 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: 14 Oct 2005 16:36:53 -0000
- Subject: [Bug c++/17796] [3.4/4.0/4.1 Regression] Too many unused parameter warnings emitted.
- References: <bug-17796-87@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-14 16:36 -------
Subject: Bug 17796
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: nathan@gcc.gnu.org 2005-10-14 16:36:49
Modified files:
gcc/cp : ChangeLog optimize.c
Log message:
PR c++/17796
* optimize.c (update_cloned_parm): Add FIRST parameter. Use it.
(maybe_clone_body): Track the first clone.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4931&r2=1.4932
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/optimize.c.diff?cvsroot=gcc&r1=1.118&r2=1.119
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17796