https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to TC from comment #3)
> This still breaks:
>
> struct A
> {
> void f(){ A*&& a = &*this; }
> };
> int main(){}
Jason, should this be reopened?