[Bug c++/70984] Templated derived class erroneously allows taking address of private base class member functions

2021-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70984

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Andrew Pinski  ---
This is a dup of bug 48078 which seems fixed in GCC 11+.

*** This bug has been marked as a duplicate of bug 48078 ***

[Bug c++/70984] Templated derived class erroneously allows taking address of private base class member functions

2016-05-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70984

--- Comment #1 from Jonathan Wakely  ---
Please check the known bugs linked to from PR 59002 as I'm pretty sure this is
a duplicate of one of them.