This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Implement P0969
- From: Jason Merrill <jason at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Ville Voutilainen <ville dot voutilainen at gmail dot com>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 5 Apr 2018 09:57:02 -0400
- Subject: Re: [C++ PATCH] Implement P0969
- References: <CAFk2RUYCobEe-uLkTOpmB6vYGRJ2zcOP65oGaX+QYuG=_js4=w@mail.gmail.com> <CADzB+2nYxPTsVNK72YjWcE3OSqBzzxORwAD_Rrm4oGyJw6fKxA@mail.gmail.com> <20180405135600.GA8577@tucnak>
On Thu, Apr 5, 2018 at 9:56 AM, Jakub Jelinek <jakub@redhat.com> 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
>> <ville.voutilainen@gmail.com> wrote:
>> > Tested on Linux-PPC64.
>> >
>> > 2018-04-05 Ville Voutilainen <ville.voutilainen@gmail.com>
>> >
>> > gcc/cp
>> >
>> > Implement P0969
>> > * decl.c (find_decomp_class_base): Check accessibility instead
>> > of declared access, adjust diagnostic.
>> >
>> > testsuite/
>> >
>> > Implement P0969
>> > * g++.dg/cpp1z/decomp4.C: Adjust.
>> > * g++.dg/cpp1z/decomp38.C: New.
>
> Jakub