On 07/17/15 15:42, Jason Merrill wrote:
On 07/08/2015 10:50 AM, Nathan Sidwell wrote:
On 06/30/15 19:21, Nathan Sidwell wrote:
On 06/30/15 00:19, Jason Merrill wrote:
On 06/29/2015 06:57 PM, Nathan Sidwell wrote:
* method.c (synthesized_method_walk): Skip virtual bases of
abstract classes in C++14 mode.
Let's not limit this to C++14 mode; most DRs apply to earlier
standards as well.
curiously opening it up leads to some test failures related to
determining the exception specifier for implicit ctors and dtors. Not
had time to investigate that yet ...
If C++98 mode is problematic, we can limit this to C++11 and up.
I'm not yet sure. The failure mode I saw surprised me, and suggests there's
something wrong with the patch. Sadly, I've got interrupted by other stuff.
nathan