[PATCH] gcc: emit DW_AT_name for DW_TAG_GNU_formal_parameter_pack [PR70536]

Ed Catmur ed@catmur.uk
Tue Jan 10 15:10:42 GMT 2023


Per http://wiki.dwarfstd.org/index.php?title=C%2B%2B0x:_Variadic_templates DW_TAG_GNU_formal_parameter_pack should have a DW_AT_name:

17$:      DW_TAG_formal_parameter_pack
              DW_AT_name("args")
18$:          DW_TAG_formal_parameter
                  ! no DW_AT_name attribute
                  DW_AT_type(reference to 13$)
(...)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70536
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: master...ecatmur_gcc_pr-70536.patch.txt
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20230110/c56cc95f/attachment-0001.txt>


More information about the Gcc-patches mailing list