[C++ Patch] PR 63203

2014-11-24 Thread Paolo Carlini
Hi, in the audit trail Jon argued that we should have code specifically checking for references initialized with themselves (because one can't rebind references). I added to his draft a STRIP_NOPS, which manages to get back to the decl on the right hand side which we are looking for + minor

Re: [C++ Patch] PR 63203

2014-11-24 Thread Jason Merrill
OK. Jason