[Bug c++/67519] warn for calls to member functions before all base classes constructed
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Sep 12 16:16:00 GMT 2015
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).
More information about the Gcc-bugs
mailing list