https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124487
Bug ID: 124487
Summary: mangling type pack index
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mpolacek at gcc dot gnu.org
Target Milestone: ---
We still have this TODO in write_type:
/* TODO Mangle pack indexing
<https://github.com/itanium-cxx-abi/cxx-abi/issues/175>. */
sorry ("mangling type pack index");
Also see <https://github.com/llvm/llvm-project/issues/112003>.
The sorry can be seen e.g. here <https://godbolt.org/z/hGbaj78f9>.