[Bug c++/65906] using-declaration allowed for non-direct base class

2021-07-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65906 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/65906] using-declaration allowed for non-direct base class

2015-04-27 Thread danregister at poczta dot fm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65906 --- Comment #1 from Daniel Adamski danregister at poczta dot fm --- Just to clarify, it is Base() that's being called, not Base(int, int) (I should have used something else than __func__).

[Bug c++/65906] using-declaration allowed for non-direct base class

2015-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65906 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid