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: [RFA] Implement DW_TAG_*_parameter_pack


Le 18/09/2009 19:57, Jason Merrill a écrit :
I don't see why it wouldn't. DECL_PARM_INDEX is set at parse time, so
all parms expanded from a single function parameter pack will have the
same value.

It makes sense. The attached patch does that.


Bootstrapped and tested against trunk on x86_64-unknown-linux-gnu.

--
Dodji Seketeli
Red Hat, Inc.

Attachment: PR41266-patch-v6.txt
Description: Text document


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