https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19377
Anthony Sharp <anthonysharp15 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anthonysharp15 at gmail dot com --- Comment #14 from Anthony Sharp <anthonysharp15 at gmail dot com> --- I believe I accidentally fixed this in my recent PR17314 patch. These testcases now correctly say "private" instead of protected/inaccessible etc. However, I had not anticipated the use of the "using" keyword whilst making that patch, which means that the place where the error diagnostic points to in terms of where it was declared private is slightly inaccurate. I will start working on a patch for this.