https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67519
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org Summary|New warning: calls to |warn for calls to member |member functions before all |functions before all base |base classes constructed |classes constructed --- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- Perhaps related to PR19808 (one has to keep track of what has been initialized while parsing the member initializer list).