https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701
TC <rs2740 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rs2740 at gmail dot com
--- Comment #3 from TC <rs2740 at gmail dot com> ---
This still breaks:
struct A
{
void f(){ A*&& a = &*this; }
};
int main(){}
