This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] PR 34776
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, Mark Mitchell <mark at codesourcery dot com>
- Date: Fri, 18 Jan 2008 12:31:32 +0100
- Subject: Re: [C++ Patch] PR 34776
- References: <478F9CD3.50109@suse.de>
Paolo Carlini wrote:
> I have this tiny patch, which just avoids calling constructor_name_p
> when doesn't make sense. Alternately, would also work robustifying
> constructor_name_p itself, but I'm not sure we want to do that because
> most uses are guaranteed safe,
PS: the patch also fixes c++/34486, a P2.
Paolo.