Re: C++ Patch for PR c++/48859

2011-05-08 Thread Jason Merrill
OK. Jason

C++ Patch for PR c++/48859

2011-05-08 Thread Fabien ChĂȘne
Hello, Here the problem is that we were recursing even if there was a user defined constructor. In fact, the check was only done at the top, not in nested fields. If there is a user defined constructor, uninitialized const or reference members are diagnosed elsewhere. Bootstraped and tested on x86