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; }
```

Reply via email to