Re: [PATCH] PR libstdc++/85843 fix "should be explicitly initialized" warnings

2018-05-20 Thread Jason Merrill
On Sun, May 20, 2018 at 7:50 PM, Jonathan Wakely wrote: > PR libstdc++/85843 > * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly > initialize base class to avoid warnings. And this patch fixes the warning to treat defaulted constructors the same as impl

[PATCH] PR libstdc++/85843 fix "should be explicitly initialized" warnings

2018-05-20 Thread Jonathan Wakely
PR libstdc++/85843 * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly initialize base class to avoid warnings. Tested powerpc64le-linux, committed to trunk. commit e64c045676caee3153d62bdaaf207bb331f10d3d Author: Jonathan Wakely Date: Mon May 21 00: