[Bug c++/81051] virtual base access during construction crashes

2022-12-24 Thread mattlloydhouse at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81051 Matthew House changed: What|Removed |Added CC||mattlloydhouse at gmail dot com --- Comm

[Bug c++/81051] virtual base access during construction crashes

2021-08-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81051 --- Comment #3 from Andrew Pinski --- The vtable is not set until after the call of the constructor of B::B which is after the call to f(this). When is the vtable supposed to be put in the this object?

[Bug c++/81051] virtual base access during construction crashes

2017-08-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81051 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Summ