https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120877
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced: ``` v1 v = 5; get<decltype(v)::index_of_type<int>>(v) =5; ```
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 03 Jul 2025 17:11:27 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120877
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced: ``` v1 v = 5; get<decltype(v)::index_of_type<int>>(v) =5; ```