This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13683] [3.3/3.4/3.5 Regression] bogus warning about passing non-PODs through ellipsis
- 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: 30 Jan 2004 15:08:43 -0000
- Subject: [Bug c++/13683] [3.3/3.4/3.5 Regression] bogus warning about passing non-PODs through ellipsis
- References: <20040114165645.13683.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-01-30 15:08 -------
Subject: Bug 13683
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: giovannibajo@gcc.gnu.org 2004-01-30 15:08:37
Modified files:
gcc/cp : ChangeLog call.c
Log message:
PR c++/13683
* call.c (convert_arg_to_ellipsis): Don't emit a warning if within
a sizeof expression.block
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3918&r2=1.3919
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&r1=1.455&r2=1.456
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13683