https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111069
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 55763 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55763&action=edit gcc14-pr111069-wip.patch WIP patch. Seems to get the basics right, but mangling of guard vars (_ZGV*) and life-extended vars (_ZGR*) needs work. The latter will be hard, because adding a full demangler to mangle.cc so that it handles arbitrary local names would be undesirable.