This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH for c++/42364 (testsuite failures with -g)
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 1 Jan 2010 15:49:24 -0800
- Subject: Re: C++ PATCH for c++/42364 (testsuite failures with -g)
- References: <4B26F016.8010301@redhat.com>
On Mon, Dec 14, 2009 at 6:10 PM, Jason Merrill <jason@redhat.com> wrote:
> function_parameter_expanded_from_pack_p was requiring parameters to have a
> name, which of course they don't need to have; this dated back to before the
> use of DECL_PARM_INDEX to identify parameters.
>
> We were failing to set up variant types properly for typedefs when the type
> used attributes; applying the attributes stripped the typedef variant. ?So
> now we wait until after attributes to generate the typedef variant.
>
> Tested x86_64-pc-linux-gnu, applied to trunk.
>
This caused:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42555
--
H.J.