Re: [committed] Fix use of inaccessible member in pr85503.C [PR95716]

2020-06-18 Thread Christophe Lyon via Gcc-patches
On Thu, 18 Jun 2020 at 16:56, Patrick Palka wrote: > > On Thu, 18 Jun 2020, Christophe Lyon wrote: > > > Hi, > > > > On Wed, 17 Jun 2020 at 15:16, Patrick Palka via Gcc-patches > > wrote: > > > > > > The recent PR41437 fix exposed a latent use of an inaccessible member in > > > the below testcase

Re: [committed] Fix use of inaccessible member in pr85503.C [PR95716]

2020-06-18 Thread Patrick Palka via Gcc-patches
On Thu, 18 Jun 2020, Christophe Lyon wrote: > Hi, > > On Wed, 17 Jun 2020 at 15:16, Patrick Palka via Gcc-patches > wrote: > > > > The recent PR41437 fix exposed a latent use of an inaccessible member in > > the below testcase. > > > > Committed as obvious after verifying that the testcase no lo

Re: [committed] Fix use of inaccessible member in pr85503.C [PR95716]

2020-06-18 Thread Christophe Lyon via Gcc-patches
Hi, On Wed, 17 Jun 2020 at 15:16, Patrick Palka via Gcc-patches wrote: > > The recent PR41437 fix exposed a latent use of an inaccessible member in > the below testcase. > > Committed as obvious after verifying that the testcase no longer fails to > compile due to the reported access error. > I'

[committed] Fix use of inaccessible member in pr85503.C [PR95716]

2020-06-17 Thread Patrick Palka via Gcc-patches
The recent PR41437 fix exposed a latent use of an inaccessible member in the below testcase. Committed as obvious after verifying that the testcase no longer fails to compile due to the reported access error. gcc/testsuite/ChangeLog: PR testsuite/95716 * g++.dg/ext/pr85503.C: Giv