https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122112
Egas Carvalho Perdigão Gonçalves Ribeiro <egas.g.ribeiro at tecnico dot
ulisboa.pt> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egas.g.ribeiro at tecnico dot
ulis
| |boa.pt
--- Comment #1 from Egas Carvalho Perdigão Gonçalves Ribeiro <egas.g.ribeiro at
tecnico dot ulisboa.pt> ---
i sent a patch to fix this ICE:
[PATCH] c++: Fix ICE with struct in function parameter containing auto
[PR122112]
The issue was a not resetting the `auto_is_implicit_function_template_parm_p`
flag when entering a class scope (the struct definition) within a function
parameter list.