This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug symtab/17272] DW_TAG_GNU_template_parameter_pack


https://sourceware.org/bugzilla/show_bug.cgi?id=17272

--- Comment #2 from Ed Catmur <ed at catmur dot co.uk> ---
Created attachment 9153
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9153&action=edit
parameter_pack.patch

Synthesize type and parameter names as T#n, p#n e.g. Args#1, args#1.

This is a pretty simple approach but it seems to work OK and is compatible with
the old style type and parameter names emitted by old versions of gcc and when
it's writing stabs+ format.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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