This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/42364 (testsuite failures with -g)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]