Re: [C++ PATCH] Implement P0969

2018-04-05 Thread Jakub Jelinek
On Thu, Apr 05, 2018 at 09:53:41AM -0400, Jason Merrill wrote: > OK. Is this something that should go into cxx-status.html? Is that a DR, applying to C++17 too? > On Thu, Apr 5, 2018 at 5:06 AM, Ville Voutilainen > wrote: > > Tested on Linux-PPC64. > > > > 2018-04-05 Ville Voutilainen > > >

Re: [C++ PATCH] Implement P0969

2018-04-05 Thread Jason Merrill
On Thu, Apr 5, 2018 at 9:56 AM, Jakub Jelinek wrote: > On Thu, Apr 05, 2018 at 09:53:41AM -0400, Jason Merrill wrote: >> OK. > > Is this something that should go into cxx-status.html? Is that a DR, > applying to C++17 too? Probably, and yes. >> On Thu, Apr 5, 2018 at 5:06 AM, Ville Voutilainen

Re: [C++ PATCH] Implement P0969

2018-04-05 Thread Jason Merrill
OK. On Thu, Apr 5, 2018 at 5:06 AM, Ville Voutilainen wrote: > Tested on Linux-PPC64. > > 2018-04-05 Ville Voutilainen > > gcc/cp > > Implement P0969 > * decl.c (find_decomp_class_base): Check accessibility instead > of declared access, adjust diagnostic. > > testsuite/ > >