[Bug c++/79555] Warning 'base class should be explicitly initialized in the copy constructor' issued in wrong case
reichelt at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 16 18:17:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79555
Volker Reichelt <reichelt at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work|6.3.1 |
Summary|[7 Regression] Warning |Warning 'base class should
|'base class should be |be explicitly initialized
|explicitly initialized in |in the copy constructor'
|the copy constructor' |issued in wrong case
|issued in wrong case |
Known to fail| |3.3, 3.4.0, 4.0.0, 4.9.0,
| |5.1.0, 6.1.0, 7.0
--- Comment #2 from Volker Reichelt <reichelt at gcc dot gnu.org> ---
Well, I can reproduce the warning with every version since GCC 3.3, so it's
definitely not a regression.
(Before GCC 3.4.0 you have to use -W instead of -Wextra).
More information about the Gcc-bugs
mailing list