[Bug c++/90137] Using declaration (constructor inheritance) prevents overriding

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90137 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/90137] Using declaration (constructor inheritance) prevents overriding

2019-04-18 Thread kshegunov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90137 --- Comment #2 from Konstantin Shegunov --- Yes, this is the error I get. What should happen instead is that compilation succeeds. Having the following as declaration in using.h: class DerivedPrivate; class Derived final : public Base {

[Bug c++/90137] Using declaration (constructor inheritance) prevents overriding

2019-04-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90137 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|