Re: [C++ Patch / RFC] PR 51474

2014-03-19 Thread Jason Merrill
OK. Jason

[C++ Patch / RFC] PR 51474

2014-03-18 Thread Paolo Carlini
Hi, the attached is slightly larger than my last ones but, assuming the analysis is correct, should be pretty safe, it avoids a segfault: in fact, for a pure virtual called from a NSDMI, current_function_decl is null and the existing warning about *structors breaks. I'm reading 12.7/4 and I t