This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] Implement DW_TAG_*_parameter_pack
>> Can you renumber these? It might be a good idea to use numbers in the
>> DW_TAG_GNU_* range until these are added to the DWARF spec.
>
> Would the attached patch be okay ?
Those numbers work, but to forestall future conflicts with more GNU
extensions, you might want to move the declarations down below
DW_TAG_GNU_template_template_param = 0x4106. I'll leave it up to you
and Jason as to whether you should include "GNU_" in the name. (I can
see the argument for anticipating the addition of these to DWARF 5,
but what if DWARF 5 makes some minor change?)
-cary