https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116011
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The reality of the issue comes down to accepting this: ``` struct foo { int val; }; int main() { decltype(&(foo::val)) ptr; } ```
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 19 Jul 2024 22:44:44 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116011
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The reality of the issue comes down to accepting this: ``` struct foo { int val; }; int main() { decltype(&(foo::val)) ptr; } ```