Fix use of inaccessible member in pr94052.C
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 18 Jun 2020 15:25:18 +0000 (15:25 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 18 Jun 2020 15:27:21 +0000 (15:27 +0000)
commit634e6f49101c92ccb83ad3d65f975162582c5dea
treeb31437ef237a36f204827b99924bdc8814eff9f6
parent72cb486456a39524c6f822327ba8654b0221ff4c
Fix use of inaccessible member in pr94052.C

The recent PR41437 fix exposed a latent use of an inaccessible member in
the below testcase.

gcc/testsuite/ChangeLog:

* g++.target/aarch64/pr94052.C: Give z::ad public access.
gcc/testsuite/g++.target/aarch64/pr94052.C