https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117022
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #59299|0 |1
is obsolete| |
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 59301
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59301&action=edit
gcc15-pr117022-wip.patch
Some further progress on this. Still not handling correctly nested functions,
I think I should move loop_names{,_hash} from parser to c-typeck.cc or
c-decl.cc, and start writing testcases. But this patch should already work for
simple tests.