https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65143
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.3.0 |4.9.2 Severity|major |enhancement --- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Paolo Carlini from comment #7) > I'm not sure the two bugs are exactly equivalent. Anyway, when working on > these optimization issues, let' remember c++/63164 too. They're not the same at all, one involves virtual bases and one involves devirtualising calls to virtual functions in (non-virtual) bases. PR 67184 is the same as my PR 69445 though.