https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77277
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The author of that patch should contribute it then, see that https://gcc.gnu.org/wiki/GettingStarted#Basics:_Contributing_to_GCC_in_10_easy_steps There are some minor formatting issues and some other issues (e.g. the arrays should be static const, there is no need to initialize them at runtime, it just wants a "named" string literal), but the most important thing is we can't just take random patches out of other spots without the author contributing them.