https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106648
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #53471|0 |1
is obsolete| |
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 53478
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53478&action=edit
gcc13-pr106648-wip.patch.xz
Updated WIP patch. This has fixed bugs in the generator and a routine that
implements the mapping (tested on names from glibc UTF-8 and
https://eel.is/c++draft/lex.charset table so far), but isn't actually wired up
for \N{name}.
It does for now just exact matching, for fixit hints we'll need to do something
slightly different.